Class: TypedCache::BackendConfig

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/typed_cache/cache_builder.rb

Overview

@rbs!

interface _CacheDefinition
  def with_backend(Symbol, *untyped, **untyped) -> (_CacheDefinition & _CacheBuilder)
  def with_decorator(Symbol, **untyped) -> self
  def with_instrumentation(Symbol) -> self
end