class ResponseSelectionCalculator extends AnyRef

This class looks through the available responses, and provides an action -- either selecting a response, or rejecting with either a timeout or forward to origin. The cache's containsMatchingHeaders method is called in the case where the response has secondary keys (defined with Vary) that must be matched.

Source
ResponseSelectionCalculator.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponseSelectionCalculator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResponseSelectionCalculator(cache: Cache)

Value Members

  1. val mostRecentOrdering: Ordering[StoredResponse]
  2. def selectResponse(request: CacheRequest, responses: Seq[StoredResponse]): ResponseSelectionAction

    Returns the action to take based off the available stored responses.

  3. def toDate(r: StoredResponse): ZonedDateTime