typed_cache 0.2.0
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:
=
install:
=
Runtime Dependencies (6):
concurrent-ruby
~> 1.0
dry-configurable
~> 1.0
dry-monitor
~> 1.0
dry-struct
~> 1.0
dry-types
~> 1.0
multi_json
~> 1.17