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(), CacheDaoWorker::cacheByQuery(), VoodooDaoWorker::cacheListByQuery(), SmartDaoWorker::cacheListByQuery(), CacheDaoWorker::cacheListByQuery(), TransparentDaoWorker::cacheNullById(), SmartDaoWorker::checkMap(), CacheSegmentHandler::drop(), VoodooDaoWorker::gentlyGetByKey(), SmartDaoWorker::gentlyGetByKey(), CacheDaoWorker::gentlyGetByKey(), BaseDaoWorker::getCachedById(), BaseDaoWorker::getCachedByQuery(), CacheDaoWorker::getLayerId(), TransparentDaoWorker::getListByIds(), CommonDaoWorker::getListByIds(), CacheSegmentHandler::ping(), SmartDaoWorker::syncMap(), CacheSegmentHandler::touch(), BaseDaoWorker::uncacheById(), BaseDaoWorker::uncacheByQuery(), SmartDaoWorker::uncacheLists(), CacheDaoWorker::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::dropById(), GenericDAO::dropByIds(), GenericDAO::getById(), GenericDAO::getByLogic(), GenericDAO::getByQuery(), GenericDAO::getCustom(), GenericDAO::getCustomList(), GenericDAO::getCustomRowList(), GenericDAO::getListByIds(), GenericDAO::getListByLogic(), GenericDAO::getListByQuery(), GenericDAO::getPlainList(), GenericDAO::getQueryResult(), GenericDAO::getTotalCount(), StorableDAO::merge(), GenericDAO::uncacheById(), GenericDAO::uncacheByIds(), 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(), CacheDaoWorker::cacheListByQuery(), TransparentDaoWorker::cacheNullById(), CommonDaoWorker::getById(), TransparentDaoWorker::getByQuery(), CommonDaoWorker::getByQuery(), TransparentDaoWorker::getCustom(), CommonDaoWorker::getCustom(), TransparentDaoWorker::getCustomList(), CommonDaoWorker::getCustomList(), TransparentDaoWorker::getCustomRowList(), CommonDaoWorker::getCustomRowList(), TransparentDaoWorker::getListByIds(), CommonDaoWorker::getListByIds(), TransparentDaoWorker::getListByQuery(), and CommonDaoWorker::getListByQuery().
Definition at line 27 of file Cache.class.php.
Referenced by VoodooDaoWorker::cacheListByQuery(), SmartDaoWorker::cacheListByQuery(), CacheDaoWorker::cacheListByQuery(), TransparentDaoWorker::cacheNullById(), TransparentDaoWorker::getById(), TransparentDaoWorker::getByLogic(), TransparentDaoWorker::getByQuery(), TransparentDaoWorker::getCustom(), TransparentDaoWorker::getCustomList(), TransparentDaoWorker::getCustomRowList(), CacheDaoWorker::getLayerId(), TransparentDaoWorker::getListByLogic(), TransparentDaoWorker::getPlainList(), TransparentDaoWorker::getQueryResult(), 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(), NullDaoWorker::getById(), CommonDaoWorker::getById(), NullDaoWorker::getByLogic(), NullDaoWorker::getByQuery(), CommonDaoWorker::getByQuery(), NullDaoWorker::getCustom(), CommonDaoWorker::getCustom(), NullDaoWorker::getCustomList(), CommonDaoWorker::getCustomList(), NullDaoWorker::getCustomRowList(), CommonDaoWorker::getCustomRowList(), CommonDaoWorker::getListByIds(), NullDaoWorker::getListByLogic(), NullDaoWorker::getListByQuery(), CommonDaoWorker::getListByQuery(), NullDaoWorker::getPlainList(), NullDaoWorker::getQueryResult(), 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:
|
|
|