ZenMagick 0.9.10


org.zenmagick.core.services.cache.provider\ZMXcacheCache
core\services\cache\provider\ZMXcacheCache.php at line 32

Class ZMXcacheCache

ZMObject
└─ZMXcacheCache
All Implemented Interfaces:
org.zenmagick.core.services.cache\ZMCache

public class ZMXcacheCache
extends ZMObject

xcache caching.

Persistent caching using xcache.

Author:
DerManoMann

Constant Summary
final static str

SYSTEM_KEY

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct()

Create new instance.

void

clear()

{@inheritDoc}

void

getStats()

{@inheritDoc}

void

init(mixed group, mixed config)

{@inheritDoc}

void

isAvailable()

{@inheritDoc}

void

lastModified()

{@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

Constant Detail

core\services\cache\provider\ZMXcacheCache.php at line 33

SYSTEM_KEY

public final static str SYSTEM_KEY = "org.zenmagick.core.services.cache.provider.xcache"

Method Detail

core\services\cache\provider\ZMXcacheCache.php at line 42

__construct

public void __construct()

Create new instance.


core\services\cache\provider\ZMXcacheCache.php at line 86

clear

public void clear()


core\services\cache\provider\ZMXcacheCache.php at line 140

getStats

public void getStats()


core\services\cache\provider\ZMXcacheCache.php at line 59

init

public void init(mixed group, mixed config)


core\services\cache\provider\ZMXcacheCache.php at line 79

isAvailable

public void isAvailable()


core\services\cache\provider\ZMXcacheCache.php at line 133

lastModified

public void lastModified()


core\services\cache\provider\ZMXcacheCache.php at line 107

lookup

public void lookup(mixed id)


core\services\cache\provider\ZMXcacheCache.php at line 117

remove

public void remove(mixed id)


core\services\cache\provider\ZMXcacheCache.php at line 125

save

public void save(mixed data, mixed id)


ZenMagick 0.9.10