Package org.naviqore.utils.cache
package org.naviqore.utils.cache
-
ClassDescriptionEvictionCache<K,
V> A generic cache that supports LRU (Least Recently Used) and MRU (Most Recently Used) eviction strategies.Enum representing the eviction strategy.A generic cache for immutable value objects.