Module: IdentityCache::ShouldUseCache::ClassMethods
- Defined in:
- lib/identity_cache/should_use_cache.rb
Instance Method Summary collapse
Instance Method Details
#should_use_cache? ⇒ Boolean
8 9 10 |
# File 'lib/identity_cache/should_use_cache.rb', line 8 def should_use_cache? IdentityCache.should_use_cache? end |