Package io.fluxzero.sdk.persisting.caching
package io.fluxzero.sdk.persisting.caching
-
ClassDescriptionRepresents 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.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.