public class CacheDirectives$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CacheDirectives$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
CacheDirectives$() |
Modifier and Type | Method and Description |
---|---|
CacheDirective.ResponseDirective |
createPrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames) |
CacheDirective.ResponseDirective |
createPrivate(java.lang.String... fieldNames)
Java API
|
CacheDirective.ResponseDirective |
getImmutable()
Java API
|
CacheDirective.ResponseDirective |
getPublic() |
public static final CacheDirectives$ MODULE$
public CacheDirective.ResponseDirective createPrivate(java.lang.String... fieldNames)
public CacheDirective.ResponseDirective getPublic()
public CacheDirective.ResponseDirective createPrivate(scala.collection.immutable.Seq<java.lang.String> fieldNames)
public CacheDirective.ResponseDirective getImmutable()