Package io.github.xanthic.cache.core


package io.github.xanthic.cache.core
  • Classes
    Class
    Description
    Provides a common implementation of: Cache.computeIfAbsent(Object, Function) Cache.putIfAbsent(Object, Object) Cache.merge(Object, Object, BiFunction)
    Provides helper methods commonly used for implementing CacheProvider.
    Primary API interaction point to build Cache instances.
    Holds a registry of default settings and cache providers.
    Fluent implementation of ICacheSpec.
    Deprecated.
    no longer used by Xanthic to implement any canonical cache provider