module
ActiveSupport::Cache
v7.0.0 -
Show latest stable
See ActiveSupport::Cache::Store for documentation.
Included modules
- ActiveSupport::Cache::ConnectionPoolLike
- ActiveSupport::Cache::ConnectionPoolLike
Constants
DEFAULT_COMPRESS_LIMIT = 1.kilobyte
OPTION_ALIASES = {\nexpires_in: [:expire_in, :expired_in]\n}.freeze
UNIVERSAL_OPTIONS = [:namespace, :compress, :compress_threshold, :expires_in, :expire_in, :expired_in, :race_condition_ttl, :coder, :skip_nil]
Attributes
| [RW] | format_version |
Files
- activesupport/lib/active_support/cache.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/strategy/local_cache.rb
- activesupport/lib/active_support/cache/strategy/local_cache_middleware.rb