A wrapper to single cache to prevent cloning of returned cached objects.
More...
List of all members.
Detailed Description
A wrapper to single cache to prevent cloning of returned cached objects.
- Deprecated:
- by identity map at GenericDAO
- Examples:
-
cacheSettings.php.
Definition at line 20 of file ReferencePool.class.php.
Constructor & Destructor Documentation
| ReferencePool::__construct |
( |
CachePeer $ |
peer |
) |
|
Member Function Documentation
| ReferencePool::mark |
( |
$ |
className |
) |
|
| ReferencePool::get |
( |
$ |
key |
) |
|
| ReferencePool::delete |
( |
$ |
key |
) |
|
| ReferencePool::append |
( |
$ |
key, |
|
|
$ |
data | |
|
) |
| | |
| ReferencePool::isAlive |
( |
|
) |
|
Member Data Documentation
ReferencePool::$peer = null [private] |
ReferencePool::$pool = array() [private] |
The documentation for this class was generated from the following file: