typed_cache 0.4.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:
=
インストール:
=
バージョン履歴:
- 0.4.1 August 18, 2025 (46KB)
- 0.4.0 August 18, 2025 (46KB)
- 0.4.0.pre.1 August 18, 2025 (46KB)
- 0.3.2 August 16, 2025 (45.5KB)
- 0.3.1 August 16, 2025 (45.5KB)
Runtime依存関係 (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