CacheDirective

org.playframework.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
class NoCache
object NoStore
object NoTransform
object OnlyIfCached
class Private
object Public
class SMaxAge
class StaleIfError
Show all
In this article