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
Show files where this module is defined (11 files)
activesupport/lib/active_support/cache/redis_cache_store.rb
activesupport/lib/active_support/cache/serializer_with_fallback.rb
activesupport/lib/active_support/cache/memory_store.rb
activesupport/lib/active_support/cache/strategy/local_cache.rb
activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb
activesupport/lib/active_support/cache/null_store.rb
activesupport/lib/active_support/cache/coder.rb
activesupport/lib/active_support/cache/file_store.rb
activesupport/lib/active_support/cache/entry.rb
activesupport/lib/active_support/cache/mem_cache_store.rb
activesupport/lib/active_support/cache.rb