ZMObject
└─ZMXcacheCache
public class ZMXcacheCache
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| void | clear() {@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 | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMXcacheCache()
Create new instance.
public void clear()
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.