Package-level declarations

Types

Link copied to clipboard
Statistics about the performance of a Cache.
Link copied to clipboard
open class GuavaCache<K, V> : Cache<K, V>
This class is used to wrap a Guava com.google.common.cache.Cache.
Link copied to clipboard
open class InMemoryCache<K, V> : Cache<K, V>
A cache implementation that stores the information in memory.
Link copied to clipboard
open class NoCache<K, V> : Cache<K, V>
A cache implementation that does not store any information.