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 (int $cacheTime=0)
|
set ($key, $value)
get ($key)
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...