Simple key-value cache.
A simple cache with keys of type I and values of type O
The result of a cache query
A CacheStore is used by the caching infrastructure to persist cached information.
Factory that can make new stores.
A factory that creates new stores persisted in base.
A CacheStore that persists information in file.
A successful hit on the cache
A cache miss.
A cache that stores a single value.
A store that reads from inputStream and writes to outputStream.
A cache miss.
updateassociates the missing key withOin the cache.