Module: LocalCache (ActiveSupport::Cache::Strategy)

Overview
Module Structure
Class Hierarchy
Constants
LocalCache::NULL
Instance Methods
LocalCache#with_local_cache
LocalCache#middleware
LocalCache#read / 2
LocalCache#write / 3
LocalCache#delete / 2
LocalCache#exist / 2
LocalCache#increment / 2
LocalCache#decrement / 2
LocalCache#clear
LocalCache#thread_local_key
LocalCache#local_cache
is a submodule of
module: Strategy ( ActiveSupport::Cache )
is extended by
class: MemCacheStore ( ActiveSupport::Cache )
has properties
constant: NULL   
method: with_local_cache   
method: middleware   
method: read / 2   
method: write / 3   
method: delete / 2   
method: exist / 2   
method: increment / 2   
method: decrement / 2   
method: clear   
method: thread_local_key   
method: local_cache   
is defined at
#4 in active_support/cache/strategy/local_cache.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Cache
  module: Strategy
module: LocalCache     
  class: MemCacheStore

Class Hierarchy

Constants

LocalCache::NULL

#6 in active_support/cache/strategy/local_cache.rb

NULL = 'remote_cache_store:null'   

Instance Methods

LocalCache#with_local_cache

#8 in active_support/cache/strategy/local_cache.rb

with_local_cache

LocalCache#middleware

#15 in active_support/cache/strategy/local_cache.rb

middleware

LocalCache#read / 2

#34 in active_support/cache/strategy/local_cache.rb

read ( key ,
  options = nil )

LocalCache#write / 3

#48 in active_support/cache/strategy/local_cache.rb

write ( key ,
  value ,
  options = nil )

LocalCache#delete / 2

#54 in active_support/cache/strategy/local_cache.rb

delete ( key ,
  options = nil )

LocalCache#exist / 2

#59 in active_support/cache/strategy/local_cache.rb

exist ( key ,
  options = nil )

LocalCache#increment / 2

#70 in active_support/cache/strategy/local_cache.rb

increment ( key ,
  amount = 1 )

LocalCache#decrement / 2

#79 in active_support/cache/strategy/local_cache.rb

decrement ( key ,
  amount = 1 )

LocalCache#thread_local_key

#94 in active_support/cache/strategy/local_cache.rb

thread_local_key

LocalCache#local_cache

#98 in active_support/cache/strategy/local_cache.rb

local_cache