ZenMagick 0.9.10


org.zenmagick.mvc.view.cache\ZMSimpleSavantCache
mvc\view\cache\ZMSimpleSavantCache.php at line 32

Class ZMSimpleSavantCache

ZMObject
└─ZMSimpleSavantCache
All Implemented Interfaces:
org.zenmagick.mvc.view\ZMSavantCache

public class ZMSimpleSavantCache
extends ZMObject

Simple caching.

Template names to be cached are configured as comma separated list using the setting: 'zenmagick.mvc.templates.simpleCache'.

Author:
DerManoMann

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct()

Create new instance.

void

lookup(mixed tpl)

{@inheritDoc}

void

save(mixed tpl, mixed contents)

{@inheritDoc}

Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

mvc\view\cache\ZMSimpleSavantCache.php at line 39

__construct

public void __construct()

Create new instance.


mvc\view\cache\ZMSimpleSavantCache.php at line 55

lookup

public void lookup(mixed tpl)


mvc\view\cache\ZMSimpleSavantCache.php at line 62

save

public void save(mixed tpl, mixed contents)


ZenMagick 0.9.10