object RequestCacheUpdate extends Serializable

Source
cacheUpdates.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestCacheUpdate
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def requestsProcessor[Data](events: Events, registry: CacheTypeRegistry): Sink[(Request[Data], RequestAnswer[Data]), NotUsed]

    An extra processor for Requests which will try to place the gotten objects in the cache.

    An extra processor for Requests which will try to place the gotten objects in the cache. Note: This might fail to place the type in the registry if there is no handler for it in the cache registry passed in.

    events

    The events container to cache the objects in.

    registry

    The cache registry to use for finding cache handlers.