PET::Cache |
Abstract cache class. Gets a Dispatcher instance.
| PET:: | Abstract cache class. |
| Functions | |
| new ($disp) | Default constructor, gets DISP. |
| init () | Abstract init. |
| get ($key) | Returns value of key. |
| set ($key, $value, \%options | Sets value identified by key. |
| empty | Empties (clears) the cache. |
Default constructor, gets DISP.
sub new
Abstract init.
sub init
Sets value identified by key.
sub set
Empties (clears) the cache.
sub empty