Cache Class Reference
List of all members.
Detailed Description
Definition at line 23 of file Cache.class.php.
Member Function Documentation
| static Cache::me |
( |
|
) |
[static] |
- Returns:
- CachePeer
Implements Instantiatable.
- Examples:
-
cacheSettings.php.
Definition at line 49 of file Cache.class.php.
Referenced by VoodooDaoWorker::__construct(), SmartDaoWorker::__construct(), TransparentDaoWorker::cacheById(), CommonDaoWorker::cacheById(), VoodooDaoWorker::cacheByQuery(), SmartDaoWorker::cacheByQuery(), CommonDaoWorker::cacheByQuery(), VoodooDaoWorker::cacheListByQuery(), SmartDaoWorker::cacheListByQuery(), TransparentDaoWorker::cacheNullById(), SmartDaoWorker::checkMap(), CacheSegmentHandler::drop(), VoodooDaoWorker::gentlyGetByKey(), SmartDaoWorker::gentlyGetByKey(), BaseDaoWorker::getCachedById(), BaseDaoWorker::getCachedByQuery(), TransparentDaoWorker::getListByIds(), CommonDaoWorker::getListByIds(), CacheSegmentHandler::ping(), SmartDaoWorker::syncMap(), CacheSegmentHandler::touch(), BaseDaoWorker::uncacheById(), BaseDaoWorker::uncacheByQuery(), SmartDaoWorker::uncacheLists(), and CacheSegmentHandler::unlink().
| static Cache::setPeer |
( |
CachePeer $ |
peer |
) |
[static] |
| static Cache::setDefaultWorker |
( |
$ |
worker |
) |
[static] |
| static Cache::setDaoMap |
( |
$ |
map |
) |
[static] |
associative array, className -> workerName
Definition at line 72 of file Cache.class.php.
References $map.
| static Cache::worker |
( |
GenericDAO $ |
dao |
) |
[static] |
- Returns:
- BaseDaoWorker
Definition at line 80 of file Cache.class.php.
References $worker.
Referenced by GenericDAO::cacheById(), GenericDAO::cacheByQuery(), GenericDAO::cacheListByQuery(), GenericDAO::dropById(), GenericDAO::dropByIds(), GenericDAO::get(), GenericDAO::getById(), GenericDAO::getByLogic(), GenericDAO::getByQuery(), GenericDAO::getCachedById(), GenericDAO::getCachedByQuery(), GenericDAO::getCountedList(), GenericDAO::getCustom(), GenericDAO::getCustomList(), GenericDAO::getCustomRowList(), GenericDAO::getList(), GenericDAO::getListByIds(), GenericDAO::getListByLogic(), GenericDAO::getListByQuery(), GenericDAO::getPlainList(), GenericDAO::getQueryResult(), GenericDAO::uncacheById(), GenericDAO::uncacheByIds(), GenericDAO::uncacheByQuery(), and GenericDAO::uncacheLists().
| static Cache::dropWorkers |
( |
|
) |
[static] |
Member Data Documentation
Definition at line 25 of file Cache.class.php.
Referenced by VoodooDaoWorker::cacheListByQuery(), SmartDaoWorker::cacheListByQuery(), TransparentDaoWorker::cacheNullById(), TransparentDaoWorker::getById(), CommonDaoWorker::getById(), TransparentDaoWorker::getByQuery(), CommonDaoWorker::getByQuery(), TransparentDaoWorker::getCustom(), CommonDaoWorker::getCustom(), TransparentDaoWorker::getCustomList(), CommonDaoWorker::getCustomList(), TransparentDaoWorker::getCustomRowList(), CommonDaoWorker::getCustomRowList(), TransparentDaoWorker::getListByIds(), CommonDaoWorker::getListByIds(), TransparentDaoWorker::getListByQuery(), CommonDaoWorker::getListByQuery(), and Memcached::store().
Definition at line 27 of file Cache.class.php.
Referenced by TransparentDaoWorker::cacheById(), VoodooDaoWorker::cacheByQuery(), SmartDaoWorker::cacheByQuery(), VoodooDaoWorker::cacheListByQuery(), SmartDaoWorker::cacheListByQuery(), TransparentDaoWorker::cacheNullById(), eAcceleratorSegmentHandler::storeMap(), ApcSegmentHandler::storeMap(), SmartDaoWorker::syncMap(), CacheSegmentHandler::touch(), and CacheSegmentHandler::unlink().
Definition at line 32 of file Cache.class.php.
Referenced by CommonDaoWorker::cacheById(), CommonDaoWorker::cacheByQuery(), CommonDaoWorker::getById(), CommonDaoWorker::getByQuery(), CommonDaoWorker::getCustom(), CommonDaoWorker::getCustomList(), CommonDaoWorker::getCustomRowList(), CommonDaoWorker::getListByIds(), CommonDaoWorker::getListByQuery(), CommonDaoWorker::getQueryResult(), and Memcached::store().
Cache::$map = null [static, private] |
Cache::$peer = null [static, private] |
Cache::$worker = null [static, private] |
Cache::$instances = array() [static, private] |
The documentation for this class was generated from the following file:
|
|
|