Packages

p

consul4s

package consul4s

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. consul4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait CacheMode extends AnyRef
  2. sealed abstract class ConsistencyMode extends StringEnumEntry
  3. type ConsulResponseError = ResponseException[String, Exception]
  4. trait JsonDecoder extends AnyRef
  5. trait JsonEncoder extends AnyRef
  6. final case class SimpleCache(cacheControlHeader: Option[String] = None) extends CacheMode with Product with Serializable

    https://www.consul.io/api-docs/features/caching#simple-caching

Value Members

  1. object BackgroundRefreshCache extends CacheMode with Product with Serializable

    HTTP Cache-Control headers are ignored in this mode since the cache is being actively updated and has different semantics to a typical passive cache

  2. object ConsistencyMode extends StringEnum[ConsistencyMode]
  3. object NoCache extends CacheMode with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped