module
v7.0.0 -
Show latest stable
-
0 notes
See ActiveSupport::Cache::Store for documentation.
Constants
OPTION_ALIASES = { expires_in: [:expire_in, :expired_in] }.freeze
DEFAULT_COMPRESS_LIMIT = 1.kilobyte
UNIVERSAL_OPTIONS = [:namespace, :compress, :compress_threshold, :expires_in, :expire_in, :expired_in, :race_condition_ttl, :coder, :skip_nil]
Attributes
[RW] | format_version |