Uses of Interface
freemarker.cache.CacheStorageWithGetSize
-
Packages that use CacheStorageWithGetSize Package Description freemarker.cache Template loading and caching. -
-
Uses of CacheStorageWithGetSize in freemarker.cache
Classes in freemarker.cache that implement CacheStorageWithGetSize Modifier and Type Class Description classMruCacheStorageA cache storage that implements a two-level Most Recently Used cache.classNullCacheStorageA cache storage that doesn't store anything.classSoftCacheStorageSoft 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.classStrongCacheStorageStrong cache storage is a cache storage that simply wraps aMap.
-