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.expand_cache_key(object)
  ActiveSupport::Cache.expand_cache_key(object.cache_key)
end