ActiveSupport::Cache

module ActiveSupport::Cache

See ActiveSupport::Cache::Store for documentation.

Constants

UNIVERSAL_OPTIONS

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

Public Class Methods

expand_cache_key(key, namespace = nil) Show source