DoCacheResponse

org.playframework.cachecontrol.ResponseCachingActions.DoCacheResponse
case class DoCacheResponse(reason: String) extends ResponseCachingAction

The client should store the origin response in the cache.

Depending on the qualified "no-cache" response directive and/or the qualified "private" response directive (if the cache is shared), then headers may be stripped from the response before it is cached.

Attributes

See also
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product