Uses of Interface
freemarker.cache.CacheStorageWithGetSize
Packages that use CacheStorageWithGetSize
-
Uses of CacheStorageWithGetSize in freemarker.cache
Classes in freemarker.cache that implement CacheStorageWithGetSizeModifier and TypeClassDescriptionclass
A cache storage that implements a two-level Most Recently Used cache.class
A cache storage that doesn't store anything.class
Soft cache storage is a cache storage that usesSoftReference
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 aMap
.