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 | |
drop () | |
destroys segment | |
Private Attributes | |
$index = null |
Definition at line 15 of file CacheSegmentHandler.class.php.
CacheSegmentHandler::__construct | ( | $ | segmentId | ) |
Implements SegmentHandler.
Definition at line 19 of file CacheSegmentHandler.class.php.
CacheSegmentHandler::drop | ( | ) |
destroys segment
Implements SegmentHandler.
Definition at line 61 of file CacheSegmentHandler.class.php.
References Cache::me().
CacheSegmentHandler::ping | ( | $ | key | ) |
checks for a key existence in segment
Implements SegmentHandler.
Definition at line 52 of file CacheSegmentHandler.class.php.
References Cache::me().
CacheSegmentHandler::touch | ( | $ | key | ) |
creates key in segment
Implements SegmentHandler.
Definition at line 24 of file CacheSegmentHandler.class.php.
References Cache::EXPIRES_FOREVER, and Cache::me().
CacheSegmentHandler::unlink | ( | $ | key | ) |
deletes key from segment
Implements SegmentHandler.
Definition at line 38 of file CacheSegmentHandler.class.php.
References Cache::EXPIRES_FOREVER, and Cache::me().
CacheSegmentHandler::$index = null [private] |
Definition at line 17 of file CacheSegmentHandler.class.php.