ZMObject
└─ZMSimpleSavantCache
public class ZMSimpleSavantCache
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | 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 | |
public void __construct()
Create new instance.
public void lookup(mixed tpl)
public void save(mixed tpl, mixed contents)
Simple caching.
Template names to be cached are configured as comma separated list using the setting: 'zenmagick.mvc.templates.simpleCache'.