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