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 1003 2004-10-16 14:54:58Z 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