public class CacheDirectives
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheDirectives.immutableDirective$
https://tools.ietf.org/html/rfc8246
|
static class |
CacheDirectives.max$minusage
For a fuller description of the use case, see
http://tools.ietf.org/html/rfc7234#section-5.2.1.1 and
http://tools.ietf.org/html/rfc7234#section-5.2.2.8
|
static class |
CacheDirectives.max$minusage$ |
static class |
CacheDirectives.max$minusstale |
static class |
CacheDirectives.max$minusstale$ |
static class |
CacheDirectives.min$minusfresh |
static class |
CacheDirectives.min$minusfresh$ |
static class |
CacheDirectives.must$minusrevalidate$ |
static class |
CacheDirectives.no$minuscache |
static class |
CacheDirectives.no$minuscache$ |
static class |
CacheDirectives.no$minusstore$ |
static class |
CacheDirectives.no$minustransform$ |
static class |
CacheDirectives.only$minusif$minuscached$ |
static class |
CacheDirectives.proxy$minusrevalidate$
For a fuller description of the use case, see
http://tools.ietf.org/html/rfc7234#section-5.2.2.7
|
static class |
CacheDirectives.s$minusmaxage
For a fuller description of the use case, see
http://tools.ietf.org/html/rfc7234#section-5.2.2.9
|
static class |
CacheDirectives.s$minusmaxage$ |
Constructor and Description |
---|
CacheDirectives() |
Modifier and Type | Method and Description |
---|---|
static CacheDirective.ResponseDirective |
createPrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames) |
static CacheDirective.ResponseDirective |
createPrivate(java.lang.String... fieldNames)
Java API
|
static CacheDirective.ResponseDirective |
getImmutable()
Java API
|
static CacheDirective.ResponseDirective |
getPublic() |
public static CacheDirective.ResponseDirective createPrivate(java.lang.String... fieldNames)
public static CacheDirective.ResponseDirective getPublic()
public static CacheDirective.ResponseDirective createPrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames)
public static CacheDirective.ResponseDirective getImmutable()