Package io.github.xanthic.cache.core
-
Class Summary Class Description AbstractCache<K,V> Provides a common implementation of:Cache.computeIfAbsent(Object, Function)
Cache.putIfAbsent(Object, Object)
Cache.merge(Object, Object, BiFunction)
AbstractCacheProvider Provides helper methods commonly used for implementingCacheProvider
.CacheApi Primary API interaction point to buildCache
instances.CacheApiSettings Holds a registry of default settings and cache providers.CacheApiSpec<K,V> Fluent implementation ofICacheSpec
.