Package software.xdev.caching
package software.xdev.caching
-
ClassDescriptionExpiringLimitedCache<K,
V> Caches values until a specific time (>=1s) elapses (is cleared in batches by a timer so it may stick around a bit longer) -ExpiringLimitedCache.expirationTimea maximum number (>=1) of items is reached -ExpiringLimitedCache.LimitedLinkedHashMapthe JVM needs memory -SoftReference)