typed_cache 0.1.1
TypedCache is a Ruby caching library designed to eliminate common caching pitfalls by providing a monadic, type-safe API that makes cache operations explicit and predictable. Cache interactions are first-class operations with comprehensive error handling and transparent state management. The library supports wrapping other caching libraries via custom backends and ActiveSupport::Cache is supported out of the box.
Gemfile:
=
安装:
=
Runtime 依赖 (7):
concurrent-ruby
~> 1.3.5
concurrent-ruby-edge
~> 0.7.2
dry-configurable
~> 1.0
dry-struct
~> 1.0
dry-types
~> 1.0
multi_json
~> 1.17
zeitwerk
~> 2.7