ZMObject
|
+--ZMCaches
public class ZMCaches
extends ZMObject
| Constructor Summary | |
|---|---|
ZMCaches() Create new instance. |
|
| Method Summary | |
|---|---|
| ZMCache | getCache(string group, array config, string type) Get a cache instance for the given group and configuration. |
| array | Get a list of all active caches. |
| static void | instance() Get instance. |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| backtrace, create, log, singleton | |
public ZMCaches()
Create new instance. /
public ZMCache getCache(string group, array config, string type)
Get a cache instance for the given group and configuration.
public array getCaches()
Get a list of all active caches.
public static void instance()
Get instance. /
Caching service.
Commonly supported caching options are:
Right now the only implementation supported is
ZMFileCache.