Packages

package caching

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. 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

  1. object CachingMappingRetriever extends Serializable
  2. object CachingRetriever extends Serializable

Ungrouped