ZMObject
└─ZMXcacheCache
public class ZMXcacheCache
extends ZMObject
| Constant Summary | |
|---|---|
| final static str | |
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| void | clear() {@inheritDoc} |
| void | getStats() {@inheritDoc} |
| void | init(mixed group, mixed config) {@inheritDoc} |
| void | {@inheritDoc} |
| void | {@inheritDoc} |
| void | lookup(mixed id) {@inheritDoc} |
| void | remove(mixed id) {@inheritDoc} |
| void | save(mixed data, mixed id) {@inheritDoc} |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public final static str SYSTEM_KEY = "org.zenmagick.core.services.cache.provider.xcache"
public void __construct()
Create new instance.
public void clear()
public void getStats()
public void init(mixed group, mixed config)
public void isAvailable()
public void lastModified()
public void lookup(mixed id)
public void remove(mixed id)
public void save(mixed data, mixed id)
xcache caching.
Persistent caching using
xcache.