ZenMagick 0.9.10


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

Class ZMFileCache

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

public class ZMFileCache
extends ZMObject

File caching.

File caching using PEAR:Cache_Lite.

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

SYSTEM_KEY

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

Method Detail

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

__construct

public void __construct()

Create new instance.


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

clear

public void clear()


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

getStats

public void getStats()


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

init

public void init(mixed group, mixed config)


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

isAvailable

public void isAvailable()


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

lastModified

public void lastModified()


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

lookup

public void lookup(mixed id)


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

remove

public void remove(mixed id)


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

save

public void save(mixed data, mixed id)


ZenMagick 0.9.10