Type:
Module
Constants:
UNIVERSAL_OPTIONS : [:namespace, :compress, :compress_threshold, :expires_in, :race_condition_ttl]

These options mean something to all cache implementations. Individual cache implementations may support additional options.

See ActiveSupport::Cache::Store for documentation.

expand_cache_key
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache

expand_cache_key(key, namespace = nil) Class Public methods Expands out the

2025-01-10 15:47:30
clear
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::MemCacheStore

clear(options = nil) Instance Public methods Clear the entire cache on all memcached

2025-01-10 15:47:30
stats
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::MemCacheStore

stats() Instance Public methods Get the statistics from the memcached servers

2025-01-10 15:47:30
pruning?
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::MemoryStore

pruning?() Instance Public methods Returns true if the cache is currently being

2025-01-10 15:47:30
instrument
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Store

instrument() Class Public methods

2025-01-10 15:47:30
increment
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::MemoryStore

increment(name, amount = 1, options = nil) Instance Public methods Increment

2025-01-10 15:47:30
delete_entry
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Strategy/ActiveSupport::Cache::Strategy::LocalCache/ActiveSupport::Cache::Strategy::LocalCache::LocalStore

delete_entry(key, options) Instance Public methods

2025-01-10 15:47:30
mute
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Store

mute() Instance Public methods Silence the logger within a block.

2025-01-10 15:47:30
decrement
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Store

decrement(name, amount = 1, options = nil) Instance Public methods Decrement

2025-01-10 15:47:30
build_mem_cache
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::MemCacheStore

build_mem_cache(*addresses) Class Public methods

2025-01-10 15:47:30