Public Member Functions | Protected Member Functions

Zend_Cache_Backend_ZendServer_ShMem Class Reference

Inheritance diagram for Zend_Cache_Backend_ZendServer_ShMem:
Zend_Cache_Backend_ZendServer Zend_Cache_Backend_Interface Zend_Cache_Backend Zend_Cache_Backend_Interface

Public Member Functions

 __construct (array $options=array())

Protected Member Functions

 _store ($data, $id, $timeToLive)
 _fetch ($id)
 _unset ($id)
 _clear ()

Detailed Description

Definition at line 37 of file ShMem.php.


Constructor & Destructor Documentation

__construct ( array $  options = array() )

Constructor

Parameters:
array$optionsassociative array of options
Exceptions:
Zend_Cache_Exception

Reimplemented from Zend_Cache_Backend.

Definition at line 45 of file ShMem.php.


Member Function Documentation

_clear (  ) [protected]

Clear cache

Reimplemented from Zend_Cache_Backend_ZendServer.

Definition at line 96 of file ShMem.php.

_fetch ( id ) [protected]

Fetch data

Parameters:
string$idCache id

Reimplemented from Zend_Cache_Backend_ZendServer.

Definition at line 77 of file ShMem.php.

_store ( data,
id,
timeToLive 
) [protected]

Store data

Parameters:
mixed$dataObject to store
string$idCache id
int$timeToLiveTime to live in seconds

Reimplemented from Zend_Cache_Backend_ZendServer.

Definition at line 61 of file ShMem.php.

_unset ( id ) [protected]

Unset data

Parameters:
string$idCache id
Returns:
boolean true if no problem

Reimplemented from Zend_Cache_Backend_ZendServer.

Definition at line 88 of file ShMem.php.


The documentation for this class was generated from the following file: