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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static class
static class
static interface
static interface
-
Method Summary
Methods inherited from interface akka.http.impl.util.Renderable
render
-
Method Details
-
value
String value()- Specified by:
value
in interfaceCacheDirective
-