Package io.fluxzero.sdk.persisting.caching


package io.fluxzero.sdk.persisting.caching
  • Class
    Description
    Represents an eviction event from a Cache.
    Logs and publishes cache eviction events as metrics.
    Default aggregate cache facade that selects the current SDK cache implementation from Fluxzero cache properties.
    A Cache implementation that wraps a delegate cache and applies a transformation to each key (ID) before delegating operations to the underlying cache.
    A Cache implementation that partitions values across two internal caches based on a provided Predicate.
    Cache implementation using key-level synchronized access and soft references for value storage.