Package akka.http.scaladsl.model.headers
Interface CacheDirective.RequestDirective
-
- All Superinterfaces:
CacheDirective,CacheDirective,Renderable
- All Known Implementing Classes:
CacheDirective.CustomCacheDirective,CacheDirectives.max$minusage,CacheDirectives.max$minusstale,CacheDirectives.min$minusfresh,CacheDirectives.no$minuscache$,CacheDirectives.no$minusstore$,CacheDirectives.no$minustransform$,CacheDirectives.only$minusif$minuscached$
- Enclosing interface:
- CacheDirective
public static interface CacheDirective.RequestDirective 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
-
-