ZenMagick 0.9.8


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

Class ZMMemoryCache

ZMObject
└─ZMMemoryCache
All Implemented Interfaces:
ZMCache

public class ZMMemoryCache
extends ZMObject

Memory caching.

Memory caching using PEAR:Cache_Lite.

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

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

ZMMemoryCache()

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\ZMMemoryCache.php at line 41

ZMMemoryCache

public ZMMemoryCache()

Create new instance.


Method Detail

\core\services\cache\provider\ZMMemoryCache.php at line 73

clear

public void clear()


\core\services\cache\provider\ZMMemoryCache.php at line 56

init

public void init(mixed group, mixed config)


\core\services\cache\provider\ZMMemoryCache.php at line 68

isAvailable

public void isAvailable()


\core\services\cache\provider\ZMMemoryCache.php at line 101

lastModified

public void lastModified()


\core\services\cache\provider\ZMMemoryCache.php at line 80

lookup

public void lookup(mixed id)


\core\services\cache\provider\ZMMemoryCache.php at line 87

remove

public void remove(mixed id)


\core\services\cache\provider\ZMMemoryCache.php at line 94

save

public void save(mixed data, mixed id)


ZenMagick 0.9.8