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 implementing CacheProvider.
    CacheApi
    Primary API interaction point to build Cache instances.
    CacheApiSettings
    Holds a registry of default settings and cache providers.
    CacheApiSpec<K,​V>
    Fluent implementation of ICacheSpec.