RuntimeMemory Class Reference
[Application-wide cache subsystem]

Default process RAM cache. More...

Inheritance diagram for RuntimeMemory:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 isAlive ()
 get ($key)
 delete ($key)
 clean ()
 
Returns:
RuntimeMemory


Static Public Member Functions

static create ()
 
Returns:
RuntimeMemory


Protected Member Functions

 store ($action, $key, &$value, $expires=0)

Private Attributes

 $cache = array()


Detailed Description

Default process RAM cache.

See also:
ReferencePool

Definition at line 20 of file RuntimeMemory.class.php.


Member Function Documentation

static RuntimeMemory::create (  )  [static]

Returns:
RuntimeMemory

Definition at line 27 of file RuntimeMemory.class.php.

RuntimeMemory::isAlive (  ) 

Reimplemented from CachePeer.

Definition at line 32 of file RuntimeMemory.class.php.

RuntimeMemory::get ( key  ) 

Reimplemented from CachePeer.

Definition at line 37 of file RuntimeMemory.class.php.

RuntimeMemory::delete ( key  ) 

Reimplemented from CachePeer.

Definition at line 45 of file RuntimeMemory.class.php.

RuntimeMemory::clean (  ) 

Returns:
RuntimeMemory

Reimplemented from CachePeer.

Definition at line 58 of file RuntimeMemory.class.php.

RuntimeMemory::store ( action,
key,
&$  value,
expires = 0 
) [protected]

Reimplemented from CachePeer.

Definition at line 65 of file RuntimeMemory.class.php.

References CachePeer::replace().

Here is the call graph for this function:


Member Data Documentation

RuntimeMemory::$cache = array() [private]

Definition at line 22 of file RuntimeMemory.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:23 2007 for onPHP by  doxygen 1.5.4