Type:
Module
Constants:
UNIVERSAL_OPTIONS : [:namespace, :compress, :compress_threshold, :expires_in, :race_condition_ttl]

These options mean something to all cache implementations. Individual cache implementations may support additional options.

See ActiveSupport::Cache::Store for documentation.

expand_cache_key

expand_cache_key(key, namespace = nil) Class Public methods Expands out the

2015-06-20 00:00:00
lookup_store

lookup_store(*store_option) Class Public methods Creates a new CacheStore object

2015-06-20 00:00:00