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,v 1.10 2003/11/03 03:26:06 run2000 Exp $
See Also:
FileTemplateCache

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