module
ActiveSupport::Cache
v3.1.0 -
Show latest stable
See ActiveSupport::Cache::Store for documentation.
Constants
UNIVERSAL_OPTIONS = [:namespace, :compress, :compress_threshold, :expires_in, :race_condition_ttl]
Files
- activesupport/lib/active_support/cache.rb
- activesupport/lib/active_support/cache/compressed_mem_cache_store.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/strategy/local_cache.rb
- activesupport/lib/active_support/cache/synchronized_memory_store.rb