case class AhcHttpCacheConfiguration(enabled: Boolean, cacheName: String, heuristicsEnabled: Boolean, cacheManagerURI: String, cachingProviderName: String) extends Product with Serializable
- Source
- AhcWSModule.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AhcHttpCacheConfiguration
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AhcHttpCacheConfiguration(enabled: Boolean, cacheName: String, heuristicsEnabled: Boolean, cacheManagerURI: String, cachingProviderName: String)