CacheDirective

com.typesafe.play.cachecontrol.CacheDirective
sealed trait CacheDirective

A trait that marks the cache directives generated from parsing a cache-control header.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class MaxAge
class MaxStale
class MinFresh
object MustRevalidate.type
class NoCache
object NoStore.type
object NoTransform.type
object OnlyIfCached.type
class Private
object ProxyRevalidate.type
object Public.type
class SMaxAge
class StaleIfError
Show all
In this article