OptimizerSegmentHandler Class Reference
[Root classes for building DAO hierarchies]

Inheritance diagram for OptimizerSegmentHandler:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($segmentId)
 touch ($key)
 creates key in segment
 unlink ($key)
 deletes key from segment
 ping ($key)
 checks for a key existence in segment

Protected Member Functions

 getMap ()
 storeMap (array $map)

Protected Attributes

 $id = null
 $locker = null


Detailed Description

Definition at line 16 of file OptimizerSegmentHandler.class.php.


Constructor & Destructor Documentation

OptimizerSegmentHandler::__construct ( segmentId  ) 

Implements SegmentHandler.

Reimplemented in ApcSegmentHandler, eAcceleratorSegmentHandler, and XCacheSegmentHandler.

Definition at line 24 of file OptimizerSegmentHandler.class.php.


Member Function Documentation

OptimizerSegmentHandler::getMap (  )  [abstract, protected]

Reimplemented in ApcSegmentHandler, eAcceleratorSegmentHandler, and XCacheSegmentHandler.

Referenced by ping(), touch(), and unlink().

OptimizerSegmentHandler::storeMap ( array $  map  )  [abstract, protected]

Reimplemented in ApcSegmentHandler, eAcceleratorSegmentHandler, and XCacheSegmentHandler.

Referenced by touch(), and unlink().

OptimizerSegmentHandler::touch ( key  ) 

creates key in segment

Implements SegmentHandler.

Definition at line 29 of file OptimizerSegmentHandler.class.php.

References getMap(), and storeMap().

Here is the call graph for this function:

OptimizerSegmentHandler::unlink ( key  ) 

deletes key from segment

Implements SegmentHandler.

Definition at line 42 of file OptimizerSegmentHandler.class.php.

References getMap(), and storeMap().

Here is the call graph for this function:

OptimizerSegmentHandler::ping ( key  ) 

checks for a key existence in segment

Implements SegmentHandler.

Reimplemented in XCacheSegmentHandler.

Definition at line 55 of file OptimizerSegmentHandler.class.php.

References getMap().

Here is the call graph for this function:


Member Data Documentation

OptimizerSegmentHandler::$id = null [protected]

Definition at line 18 of file OptimizerSegmentHandler.class.php.

OptimizerSegmentHandler::$locker = null [protected]

Definition at line 19 of file OptimizerSegmentHandler.class.php.


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