Uses of Interface
freemarker.cache.CacheStorageWithGetSize
Packages that use CacheStorageWithGetSize
-
Uses of CacheStorageWithGetSize in freemarker.cache
Classes in freemarker.cache that implement CacheStorageWithGetSizeModifier and TypeClassDescriptionclassA cache storage that implements a two-level Most Recently Used cache.classA cache storage that doesn't store anything.classSoft cache storage is a cache storage that usesSoftReferenceobjects 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.classStrong cache storage is a cache storage that simply wraps aMap.