\r\n

51Degrees Pipeline PHP  4.1Newer Version 4.4

51Degrees Pipeline for PHP

fiftyone\pipeline\engines\SessionCache Class Reference

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:

[legend]

Collaboration diagram for fiftyone\pipeline\engines\SessionCache:

[legend]

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...
On This Page