Module: IdentityCache::CacheKeyGeneration::ClassMethods
- Defined in:
- lib/identity_cache/cache_key_generation.rb
Instance Method Summary collapse
Instance Method Details
#rails_cache_key_namespace ⇒ Object
37 38 39 40 |
# File 'lib/identity_cache/cache_key_generation.rb', line 37 def rails_cache_key_namespace ns = IdentityCache.cache_namespace ns.is_a?(Proc) ? ns.call(self) : ns end |