Package io.github.xanthic.cache.api
-
Interface Summary Interface Description Cache<K,V> The basic interface that various cache implementations must provide.CacheProvider CreatesCache
instances using some backing implementationICacheSpec<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.