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 classCacheDirective.CustomCacheDirectivestatic classCacheDirective.CustomCacheDirective$static classCacheDirective.FieldNamesDirectivestatic interfaceCacheDirective.RequestDirectivestatic interfaceCacheDirective.ResponseDirective
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringvalue()-
Methods inherited from interface akka.http.impl.util.Renderable
render
-
-
-
-
Method Detail
-
value
java.lang.String value()
- Specified by:
valuein interfaceCacheDirective
-
-