Package io.github.xanthic.cache.api

  • Interface Summary 
    Interface Description
    Cache<K,​V>
    The basic interface that various cache implementations must provide.
    CacheProvider
    Creates Cache instances using some backing implementation
    ICacheSpec<K,​V>
    Cache configuration settings that form a specification that requested implementations should satisfy.
    RemovalListener<K,​V>
    Listens to entry removals in the cache that may occur for various reasons.