Module: Dry::Core::Cache::Methods
- Defined in:
- lib/dry/core/cache.rb
Overview
Instance methods
Instance Method Summary collapse
-
#fetch_or_store { ... } ⇒ Object
Delegates call to the class-level method.
Instance Method Details
#fetch_or_store { ... } ⇒ Object
Delegates call to the class-level method
63 64 65 |
# File 'lib/dry/core/cache.rb', line 63 def fetch_or_store(...) self.class.fetch_or_store(...) end |