ZenMagick 0.9.8


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

Class ZMXcacheCache

ZMObject
└─ZMXcacheCache
All Implemented Interfaces:
ZMCache

public class ZMXcacheCache
extends ZMObject

xcache caching.

Persistent caching using xcache.

Author:
DerManoMann
Version:
$Id: ZMXcacheCache.php 2610 2009-11-20 02:45:25Z dermanomann $

Fields inherited from org.zenmagick.core.ZMObject
properties_
Constructor Summary

ZMXcacheCache()

Create new instance.

Method Summary
void

clear()

{@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
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

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

ZMXcacheCache

public ZMXcacheCache()

Create new instance.


Method Detail

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

clear

public void clear()


\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 68

isAvailable

public void isAvailable()


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

lastModified

public void lastModified()


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

lookup

public void lookup(mixed id)


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

remove

public void remove(mixed id)


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

save

public void save(mixed data, mixed id)


ZenMagick 0.9.8