Sha256: c88c18005357090fd1a5d08a04d29ac634d677708e3c0ed539bf32009f762fff

Contents?: true

Size: 186 Bytes

Versions: 4

Compression:

Stored size: 186 Bytes

Contents

require 'active_support/cache'

module Perforated
  module Strategy
    def self.expand_cache_key(object)
      ActiveSupport::Cache.expand_cache_key(object.cache_key)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
perforated-0.10.1 lib/perforated/strategy.rb
perforated-0.10.0 lib/perforated/strategy.rb
perforated-0.9.1 lib/perforated/strategy.rb
perforated-0.9.0 lib/perforated/strategy.rb