Tunable (aka manual) caching DAO worker.
More...
List of all members.
|
Public Member Functions |
|
| | get (ObjectQuery $oq, $expires=Cache::DO_NOT_CACHE) |
| | single object getters
|
| | getById ($id, $expires=Cache::EXPIRES_MEDIUM) |
| | getByLogic (LogicalObject $logic, $expires=Cache::DO_NOT_CACHE) |
| | getByQuery (SelectQuery $query, $expires=Cache::DO_NOT_CACHE) |
| | getCustom (SelectQuery $query, $expires=Cache::DO_NOT_CACHE) |
|
| | getList (ObjectQuery $oq, $expires=Cache::DO_NOT_CACHE) |
| | object's list getters
|
| | getListByIds ($ids, $expires=Cache::EXPIRES_MEDIUM) |
| | getListByQuery (SelectQuery $query, $expires=Cache::DO_NOT_CACHE) |
| | getListByLogic (LogicalObject $logic, $expires=Cache::DO_NOT_CACHE) |
| | getPlainList ($expires=Cache::EXPIRES_MEDIUM) |
|
| | getCustomList (SelectQuery $query, $expires=Cache::DO_NOT_CACHE) |
| | custom list getters
|
| | getCustomRowList (SelectQuery $query, $expires=Cache::DO_NOT_CACHE) |
|
| | getCountedList (ObjectQuery $oq, $expires=Cache::DO_NOT_CACHE) |
| | query result getters
|
| | getQueryResult (SelectQuery $query, $expires=Cache::DO_NOT_CACHE) |
|
| | cacheById (Identifiable $object, $expires=Cache::EXPIRES_MEDIUM) |
| | cachers
|
| | cacheByQuery (SelectQuery $query, $object, $expires=Cache::DO_NOT_CACHE) |
| | cacheListByQuery (SelectQuery $query, $array) |
|
| | dropById ($id) |
| | erasers
|
|
| | uncacheById ($id) |
| | uncachers
|
| | uncacheByIds ($ids) |
| | uncacheLists () |
Detailed Description
Tunable (aka manual) caching DAO worker.
- See also:
- SmartDaoWorker for auto-caching one.
Definition at line 20 of file CommonDaoWorker.class.php.
Member Function Documentation
| CommonDaoWorker::cacheListByQuery |
( |
SelectQuery $ |
query, |
|
|
$ |
array | |
|
) |
| | |
| CommonDaoWorker::dropById |
( |
$ |
id |
) |
|
| CommonDaoWorker::uncacheById |
( |
$ |
id |
) |
|
| CommonDaoWorker::uncacheByIds |
( |
$ |
ids |
) |
|
| CommonDaoWorker::uncacheLists |
( |
|
) |
|
The documentation for this class was generated from the following file:
|
|
|