Package com.loomcache.client.cache
@NullMarked
package com.loomcache.client.cache
-
ClassDescriptionAsyncCacheLoader<K,
V> Asynchronous functional interface for loading values in cache-aside pattern.Asynchronous read-through cache that implements the cache-aside pattern with non-blocking loads.CacheLoader<K,V> Functional interface for loading values in cache-aside pattern.NearCache<K,V> Client-side near-cache for frequently accessed entries.Cache efficiency metrics.Cache entry metadata.Interface for eviction policies.Configuration for NearCache.Near cache statistics.ReadThroughCache<K,V> Read-through cache that implements the cache-aside pattern.WriteBehindCache<K,V> Write-behind cache that buffers writes and flushes asynchronously using a daemon thread.Configuration for WriteBehindCache.Callback interface for flushing writes to the backend.