Package io.fluxzero.sdk.persisting.caching
package io.fluxzero.sdk.persisting.caching
-
ClassDescription
Cacheimplementation backed by the common hard-reference memory-aware cache support.A generic cache interface for storing and managing objects identified by unique keys.Represents an eviction from aCache.Indicates the cause for a cache entry eviction.Represents an eviction event from aCache.Logs and publishes cache eviction events as metrics.Default aggregate cache facade that selects the current SDK cache implementation from Fluxzero cache properties.ACacheimplementation that wraps a delegate cache and applies a transformation to each key (ID) before delegating operations to the underlying cache.Cacheimplementation using key-level synchronized access and soft references for value storage.