Sha256: e17f14d86a061c42716642658e90b123645572b3311e6e4d9fe183de0b315d79

Contents?: true

Size: 200 Bytes

Versions: 3

Compression:

Stored size: 200 Bytes

Contents

module IdentityCache
  module ShouldUseCache
    extend ActiveSupport::Concern

    module ClassMethods
      def should_use_cache?
        IdentityCache.should_use_cache?
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
identity_cache-0.5.1 lib/identity_cache/should_use_cache.rb
identity_cache-0.5.0 lib/identity_cache/should_use_cache.rb
identity_cache-0.4.1 lib/identity_cache/should_use_cache.rb