Module
Cell::Caching::ClassMethods
In:
lib/cell/caching.rb
Methods
cache
expire_cache_key_for
state_cache_key
Public Instance methods
cache
(state, *args, &block)
expire_cache_key_for
(key, cache_store, *args)
state_cache_key
(state, key_parts={})
Computes the complete, namespaced
cache
key for
state
.
[Validate]