Uses of Package
freemarker.cache

Packages that use freemarker.cache
freemarker.cache Contains classes and interfaces that deal with template loading and caching. 
freemarker.ext.servlet Provides a generic purpose servlet that generates dynamic response using FreeMarker. 
freemarker.template This package contains the core API's that most users will use. 
 

Classes in freemarker.cache used by freemarker.cache
CacheStorage
          Cache storage abstracts away the storage aspects of a cache - associating an object with a key, retrieval and removal via the key.
ConcurrentCacheStorage
          An optional interface for cache storage that knows whether it can be concurrently accessible without synchronization.
StatefulTemplateLoader
          Interface that can be implemented by template loaders that maintain some sort of internal state (i.e. caches of earlier lookups for performance optimization purposes etc.) and support resetting of their state.
TemplateLoader
          A template loader is an object that can find the source stream for a template, can retrieve its time of last modification as well as the stream itself.
URLTemplateLoader
          This is an abstract template loader that can load templates whose location can be described by an URL.
 

Classes in freemarker.cache used by freemarker.ext.servlet
TemplateLoader
          A template loader is an object that can find the source stream for a template, can retrieve its time of last modification as well as the stream itself.
 

Classes in freemarker.cache used by freemarker.template
CacheStorage
          Cache storage abstracts away the storage aspects of a cache - associating an object with a key, retrieval and removal via the key.
TemplateLoader
          A template loader is an object that can find the source stream for a template, can retrieve its time of last modification as well as the stream itself.