Module: ROM::Cache::Methods
- Defined in:
- lib/rom/support/cache.rb
Instance Method Summary collapse
Instance Method Details
#fetch_or_store(*args, &block) ⇒ Object
20 21 22 |
# File 'lib/rom/support/cache.rb', line 20 def fetch_or_store(*args, &block) self.class.fetch_or_store(*args, &block) end |