Class: TypedCache::BackendConfig
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- TypedCache::BackendConfig
- 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