ResponseCachingActions

org.playframework.cachecontrol.ResponseCachingActions

Case classes used by ResponseCachingPolicy.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class DoCacheResponse(reason: String) extends ResponseCachingAction

The client should store the origin response in the cache.

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DoNotCacheResponse(reason: String) extends ResponseCachingAction

The client should not store the origin response in the cache.

The client should not store the origin response in the cache.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all