Module: Perforated::Strategy
- Defined in:
- lib/perforated/strategy.rb
Class Method Summary collapse
Class Method Details
.expand_cache_key(object) ⇒ Object
5 6 7 |
# File 'lib/perforated/strategy.rb', line 5 def self.(object) ActiveSupport::Cache.(object.cache_key) end |