Package akka.http.scaladsl.model.headers
Interface CacheDirective
-
- All Superinterfaces:
CacheDirective
,Renderable
- All Known Subinterfaces:
CacheDirective.RequestDirective
,CacheDirective.ResponseDirective
- All Known Implementing Classes:
CacheDirective.CustomCacheDirective
,CacheDirectives.immutableDirective$
,CacheDirectives.max$minusage
,CacheDirectives.max$minusstale
,CacheDirectives.min$minusfresh
,CacheDirectives.must$minusrevalidate$
,CacheDirectives.no$minuscache
,CacheDirectives.no$minuscache$
,CacheDirectives.no$minusstore$
,CacheDirectives.no$minustransform$
,CacheDirectives.only$minusif$minuscached$
,CacheDirectives.proxy$minusrevalidate$
,CacheDirectives.s$minusmaxage
public interface CacheDirective extends Renderable, CacheDirective
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CacheDirective.CustomCacheDirective
static class
CacheDirective.CustomCacheDirective$
static class
CacheDirective.FieldNamesDirective
static interface
CacheDirective.RequestDirective
static interface
CacheDirective.ResponseDirective
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
value()
-
Methods inherited from interface akka.http.impl.util.Renderable
render
-
-
-
-
Method Detail
-
value
java.lang.String value()
- Specified by:
value
in interfaceCacheDirective
-
-