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