Uses of Interface freemarker.cache.CacheStorage

Uses in package freemarker.template

Methods with parameter type freemarker.cache.CacheStorage

void

Uses in package freemarker.cache

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