Uses of Interface
freemarker.cache.ConcurrentCacheStorage
Packages that use ConcurrentCacheStorage
-
Uses of ConcurrentCacheStorage in freemarker.cache
Classes in freemarker.cache that implement ConcurrentCacheStorageModifier and TypeClassDescriptionclass
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
.