ZMObject
└─ZMMemcacheCache
public class ZMMemcacheCache
extends ZMObject
| Constant Summary | |
|---|---|
| final static str | |
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| void | clear() {@inheritDoc} |
| protected Memcache | getMemcache(array config) Get a ready-to-use Memcache instance. |
| 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.memcache"
public void __construct()
Create new instance.
public void clear()
protected Memcache getMemcache(array config)
Get a ready-to-use Memcache instance.
Memcache instance.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)
Memcache caching.
Persistent caching using
memcache.