Cache Class ReferenceInheritance diagram for Cache:
[legend]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 46 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(), TransparentDaoWorker::dropByIds(), VoodooDaoWorker::gentlyGetByKey(), SmartDaoWorker::gentlyGetByKey(), BaseDaoWorker::getCachedById(), BaseDaoWorker::getCachedByQuery(), SmartDaoWorker::syncMap(), BaseDaoWorker::uncacheById(), TransparentDaoWorker::uncacheByIds(), CommonDaoWorker::uncacheByIds(), BaseDaoWorker::uncacheByQuery(), and SmartDaoWorker::uncacheLists().
| static Cache::setPeer |
( |
CachePeer $ |
peer |
) |
[static] |
| static Cache::setDefaultWorker |
( |
$ |
worker |
) |
[static] |
| static Cache::setDaoMap |
( |
$ |
map |
) |
[static] |
associative array, className -> workerName
Definition at line 69 of file Cache.class.php.
References $map.
| static Cache::worker |
( |
GenericDAO $ |
dao |
) |
[static] |
- Returns:
- BaseDaoWorker
Definition at line 77 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().
Member Data Documentation
Definition at line 25 of file Cache.class.php.
Referenced by VoodooDaoWorker::cacheListByQuery(), SmartDaoWorker::cacheListByQuery(), TransparentDaoWorker::cacheNullById(), TransparentDaoWorker::getById(), TransparentDaoWorker::getByQuery(), TransparentDaoWorker::getCustom(), TransparentDaoWorker::getCustomList(), TransparentDaoWorker::getCustomRowList(), TransparentDaoWorker::getListByQuery(), TransparentDaoWorker::getQueryResult(), and Memcached::store().
Cache::$map = null [static, private] |
Cache::$peer = null [static, private] |
Cache::$worker = null [static, private] |
The documentation for this class was generated from the following file:
|