package caching
- Alphabetic
- Public
- All
Type Members
-
class
CachingMappingRetriever[T <: AnyRef] extends Wrapper[blobstore.caching.CachingMappingRetriever[T]] with Serializable
A wrapper for the Retriever class, that applies a mapping function on the retrieved payloads and caches the resulting values.
-
class
CachingRetriever extends Retriever with Serializable
Wraps a retriever and caches the payloads.
Wraps a retriever and caches the payloads.
- Note
Payloads retrieved as stream are not cached. Moreover statistics when retrieving as stream are updated only in case the stream is closed.
Value Members
- object CachingMappingRetriever extends Serializable
- object CachingRetriever extends Serializable