Package org.naviqore.utils.cache


package org.naviqore.utils.cache
  • Class
    Description
    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.