|
A wrapper to single cache to prevent cloning of returned cached objects.
More...
Inheritance diagram for ReferencePool:
[legend]List of all members.
Detailed Description
A wrapper to single cache to prevent cloning of returned cached objects. - Examples:
-
cacheSettings.php.
Definition at line 18 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::isAlive |
( |
|
) |
|
Member Data Documentation
ReferencePool::$peer = null [private] |
ReferencePool::$pool = array() [private] |
The documentation for this class was generated from the following file:
|
|