ZenMagick 0.9.6


org.zenmagick.cache.provider.ZMXcacheCache

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 1966 2009-02-14 10:52:50Z dermanomann $

Fields inherited from org.zenmagick.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.ZMObject
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

ZMXcacheCache

public ZMXcacheCache()

Create new instance. /


Method Detail

clear

public void clear()

/


init

public void init(mixed group, mixed config)

/


isAvailable

public void isAvailable()

/


lastModified

public void lastModified()

/


lookup

public void lookup(mixed id)

/


remove

public void remove(mixed id)

/


save

public void save(mixed data, mixed id)

/


ZenMagick 0.9.6