|
Transparent caching DAO worker.
More...
Inheritance diagram for SmartDaoWorker:
[legend]List of all members.
Detailed Description
Transparent caching DAO worker.
- See also:
- CommonDaoWorker for manual-caching one.
VoodooDaoWorker for greedy though non-blocking brother.
FileSystemDaoWorker for filesystem based child of VoodooDaoWorker.
Definition at line 22 of file SmartDaoWorker.class.php.
Constructor & Destructor Documentation
Member Function Documentation
| SmartDaoWorker::cacheByQuery |
( |
SelectQuery $ |
query, |
|
|
$ |
object | |
|
) |
| | |
| SmartDaoWorker::cacheListByQuery |
( |
SelectQuery $ |
query, |
|
|
$ |
array | |
|
) |
| | |
| SmartDaoWorker::uncacheLists |
( |
|
) |
|
| SmartDaoWorker::gentlyGetByKey |
( |
$ |
key |
) |
[protected] |
| SmartDaoWorker::syncMap |
( |
$ |
objectKey |
) |
[private] |
| SmartDaoWorker::checkMap |
( |
$ |
objectKey |
) |
[private] |
Member Data Documentation
SmartDaoWorker::$precision = 8 [protected] |
SmartDaoWorker::$indexKey = null [private] |
SmartDaoWorker::$watermark = null [private] |
The documentation for this class was generated from the following file:
|
|