ZenMagick 0.9.8


org.zenmagick.core.services.cache.provider.ZMFileCache
\core\services\cache\provider\ZMFileCache.php at line 35

Class ZMFileCache

ZMObject
└─ZMFileCache
All Implemented Interfaces:
ZMCache

public class ZMFileCache
extends ZMObject

File caching.

File caching using PEAR:Cache_Lite.

Author:
DerManoMann
Version:
$Id: ZMFileCache.php 2779 2009-12-24 00:44:00Z dermanomann $

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

ZMFileCache()

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\ZMFileCache.php at line 44

ZMFileCache

public ZMFileCache()

Create new instance.


Method Detail

\core\services\cache\provider\ZMFileCache.php at line 77

clear

public void clear()


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

init

public void init(mixed group, mixed config)


\core\services\cache\provider\ZMFileCache.php at line 72

isAvailable

public void isAvailable()


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

lastModified

public void lastModified()


\core\services\cache\provider\ZMFileCache.php at line 84

lookup

public void lookup(mixed id)


\core\services\cache\provider\ZMFileCache.php at line 92

remove

public void remove(mixed id)


\core\services\cache\provider\ZMFileCache.php at line 99

save

public void save(mixed data, mixed id)


ZenMagick 0.9.8