case class AhcHttpCacheConfiguration(enabled: Boolean, cacheName: String, heuristicsEnabled: Boolean, cacheManagerURI: String, cachingProviderName: String) extends Product with Serializable

Source
AhcWSModule.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AhcHttpCacheConfiguration
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AhcHttpCacheConfiguration(enabled: Boolean, cacheName: String, heuristicsEnabled: Boolean, cacheManagerURI: String, cachingProviderName: String)

Value Members

  1. val cacheManagerURI: String
  2. val cacheName: String
  3. val cachingProviderName: String
  4. val enabled: Boolean
  5. val heuristicsEnabled: Boolean
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product