Class CacheDirective.CustomCacheDirective

java.lang.Object
akka.http.scaladsl.model.headers.CacheDirective.CustomCacheDirective
All Implemented Interfaces:
Renderable, ToStringRenderable, ValueRenderable, CacheDirective, CacheDirective, CacheDirective.RequestDirective, CacheDirective.ResponseDirective, Serializable, scala.Equals, scala.Product
Enclosing interface:
CacheDirective

public static final class CacheDirective.CustomCacheDirective extends Object implements CacheDirective.RequestDirective, CacheDirective.ResponseDirective, ValueRenderable, scala.Product, Serializable
See Also:
  • Constructor Details

    • CustomCacheDirective

      public CustomCacheDirective(String name, scala.Option<String> content)
  • Method Details