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 Serializabletrait Producttrait Equalstrait ResponseCachingActionclass Objecttrait Matchableclass Any
Members list
In this article