Sha256: 3645b4c435805fdc2b7b7c088b0b53d5b6ca4d862ac6be15e58512631a04fafe

Contents?: true

Size: 231 Bytes

Versions: 8

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module IdentityCache
  module ShouldUseCache
    extend ActiveSupport::Concern

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
identity_cache-1.5.2 lib/identity_cache/should_use_cache.rb
identity_cache-1.5.1 lib/identity_cache/should_use_cache.rb
identity_cache-1.5.0 lib/identity_cache/should_use_cache.rb
identity_cache-1.4.1 lib/identity_cache/should_use_cache.rb
identity_cache-1.4.0 lib/identity_cache/should_use_cache.rb
identity_cache-1.3.1 lib/identity_cache/should_use_cache.rb
identity_cache-1.3.0 lib/identity_cache/should_use_cache.rb
identity_cache-1.2.0 lib/identity_cache/should_use_cache.rb