Frames | No Frames |
Methods with parameter type freemarker.cache.CacheStorage | |
void |
Classes implementing freemarker.cache.CacheStorage | |
class | A cache storage that implements a two-level Most Recently Used cache. |
class | Strong cache storage is a cache storage that uses SoftReference
objects to hold the objects it was passed, therefore allows the garbage
collector to purge the cache when it determines that it wants to free up
memory. |
class | Strong cache storage is a cache storage that simply wraps a HashMap . |
Constructors with parameter type freemarker.cache.CacheStorage | |
Creates a new template cache with a custom template loader that is used
to load the templates. |
Methods with return type freemarker.cache.CacheStorage | |
CacheStorage |