Detailed Description
An extension of the cache class that stores a cache in a user's session if PHP sessions are active.
Inheritance diagram for fiftyone\pipeline\engines\SessionCache:
Collaboration diagram for fiftyone\pipeline\engines\SessionCache:
Public Member Functions
__construct ($cacheTime=0) | |
set ($key, $value) | |
get ($key) | |
Public Member Functions inherited from fiftyone\pipeline\engines\DataKeyedCache | |
get ($cachekey)
Get an item from the cache. More...
| |
set ($cachekey, $value)
Add a value to the cache This method needs to be implemented in a subclass to work. More...
|