module

ActiveSupport::Cache

v7.1.3.4 - Show latest stable

See ActiveSupport::Cache::Store for documentation.

Constants

DEFAULT_COMPRESS_LIMIT = 1.kilobyte

DeserializationError = Class.new(StandardError)

OPTION_ALIASES = {\nexpires_in: [:expire_in, :expired_in]\n}.freeze

UNIVERSAL_OPTIONS = [\n:coder,\n:compress,\n:compress_threshold,\n:compressor,\n:expire_in,\n:expired_in,\n:expires_in,\n:namespace,\n:race_condition_ttl,\n:serializer,\n:skip_nil,\n]

Attributes

[RW]format_version

Files

  • activesupport/lib/active_support/cache.rb
  • activesupport/lib/active_support/cache/coder.rb
  • activesupport/lib/active_support/cache/entry.rb
  • activesupport/lib/active_support/cache/file_store.rb
  • activesupport/lib/active_support/cache/mem_cache_store.rb
  • activesupport/lib/active_support/cache/memory_store.rb
  • activesupport/lib/active_support/cache/null_store.rb
  • activesupport/lib/active_support/cache/redis_cache_store.rb
  • activesupport/lib/active_support/cache/serializer_with_fallback.rb
  • activesupport/lib/active_support/cache/strategy/local_cache.rb
  • activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb

Nested classes and modules