module Perforated::Strategy

Public Class Methods

expand_cache_key(object) click to toggle source
# File lib/perforated/strategy.rb, line 5
def self.expand_cache_key(object)
  ActiveSupport::Cache.expand_cache_key(object.cache_key)
end