A wrapper to multiple cache for workload distribution using CachePeer childs.
More...
List of all members.
Detailed Description
A wrapper to multiple cache for workload distribution using CachePeer childs.
Definition at line 19 of file AggregateCache.class.php.
Member Function Documentation
| static AggregateCache::create |
( |
|
) |
[static] |
| AggregateCache::addPeer |
( |
$ |
label, |
|
|
CachePeer $ |
peer, |
|
|
$ |
level = self::LEVEL_NORMAL | |
|
) |
| | |
| AggregateCache::dropPeer |
( |
$ |
label |
) |
|
| AggregateCache::setClassLevel |
( |
$ |
class, |
|
|
$ |
level | |
|
) |
| | |
| AggregateCache::checkAlive |
( |
|
) |
|
| AggregateCache::get |
( |
$ |
key |
) |
|
| AggregateCache::getList |
( |
$ |
indexes |
) |
|
| AggregateCache::delete |
( |
$ |
key |
) |
|
| AggregateCache::clean |
( |
|
) |
|
| AggregateCache::getStats |
( |
|
) |
|
| AggregateCache::append |
( |
$ |
key, |
|
|
$ |
data | |
|
) |
| | |
| AggregateCache::guessLabel |
( |
$ |
key |
) |
[private] |
Member Data Documentation
AggregateCache::$peers = array() [private] |
AggregateCache::$levels = array() [private] |
The documentation for this class was generated from the following file:
|
|