freemarker.template
Interface TemplateCache

All Superinterfaces:
Cache, Updateable
All Known Implementing Classes:
FileTemplateCache

public interface TemplateCache
extends Cache, Updateable

An interface for self-updating caches of compiled Template objects.

Version:
$Id: TemplateCache.java 1101 2013-04-01 04:17:32Z run2000 $
See Also:
FileTemplateCache

Method Summary
 
Methods inherited from interface freemarker.template.cache.Cache
addCacheListener, getCacheListeners, getItem, getItem, listCachedFiles, removeCacheListener, stopAutoUpdate
 
Methods inherited from interface freemarker.template.cache.Updateable
update, update, update