Package akka.http.scaladsl.model.headers
Interface CacheDirective.ResponseDirective
-
- All Superinterfaces:
CacheDirective
,CacheDirective
,Renderable
- All Known Implementing Classes:
CacheDirective.CustomCacheDirective
,CacheDirectives.immutableDirective$
,CacheDirectives.max$minusage
,CacheDirectives.must$minusrevalidate$
,CacheDirectives.no$minuscache
,CacheDirectives.no$minuscache$
,CacheDirectives.no$minusstore$
,CacheDirectives.no$minustransform$
,CacheDirectives.proxy$minusrevalidate$
,CacheDirectives.s$minusmaxage
- Enclosing interface:
- CacheDirective
public static interface CacheDirective.ResponseDirective extends CacheDirective
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.scaladsl.model.headers.CacheDirective
CacheDirective.CustomCacheDirective, CacheDirective.CustomCacheDirective$, CacheDirective.FieldNamesDirective, CacheDirective.RequestDirective, CacheDirective.ResponseDirective
-
-
Method Summary
-
Methods inherited from interface akka.http.scaladsl.model.headers.CacheDirective
value
-
Methods inherited from interface akka.http.impl.util.Renderable
render
-
-