Package io.github.xanthic.cache.api
package io.github.xanthic.cache.api
-
InterfacesClassDescriptionCache<K,
V> The basic interface that various cache implementations must provide.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.