Class: MemCacheStore (ActiveSupport::Cache)

Overview
Module Structure
Class Hierarchy
Class Methods
MemCacheStore.build_mem_cache / 1
Instance Methods
MemCacheStore#initialize / 1
MemCacheStore#read_multi / 1
MemCacheStore#read / 2
MemCacheStore#write / 3
MemCacheStore#delete / 2
MemCacheStore#exist? / 2
MemCacheStore#increment / 2
MemCacheStore#decrement / 2
MemCacheStore#delete_matched / 2
MemCacheStore#clear
MemCacheStore#stats
MemCacheStore#raw? / 1
is a submodule of
module: Cache ( ActiveSupport )
is modularized into
module: Response   
extends
  LocalCache ( ActiveSupport::Cache::Strategy )
inherits from
  Store ( ActiveSupport::Cache )
is inherited by
  CompressedMemCacheStore ( ActiveSupport::Cache )
has properties
class method: build_mem_cache / 1   
method: initialize / 1   
method: read_multi / 1   
method: read / 2   
method: write / 3   
method: delete / 2   
method: exist? / 2   
method: increment / 2   
method: decrement / 2   
method: delete_matched / 2   
method: clear   
method: stats   
method: raw? / 1   
is defined at
#17 in active_support/cache/mem_cache_store.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Cache
  module: Strategy
module: LocalCache     
  class: Store
  class: CompressedMemCacheStore
✗ class: MemCacheStore
module: Response     

Class Hierarchy

Object ( Builtin-Module )
includes
  InstanceExecMethods ( Unknown-Module )
has properties
method: duplicable?   
method: ` / 1   
method: blank?   
method: present?   
method: presence   
method: to_param   
method: to_query / 1   
method: remove_subclasses_of / 1   
method: subclasses_of (1/2) / 1   
method: subclasses_of (2/E) / 1   
method: extended_by   
method: extend_with_included_modules_from / 1   
method: instance_exec / 2   
method: instance_variable_defined? / 1   
method: instance_values   
method: instance_variable_names   
method: copy_instance_variables_from / 2   
method: metaclass   
method: returning / 1   
method: tap   
method: with_options / 1   
method: acts_like? / 1   
method: singleton_class   
method: class_eval / 2   
method: html_safe?   
method: try / 3   
method: to_json / 1   
method: as_json / 1   
class method: method_added / 1   
class method: find_hidden_method / 1   
Store ( ActiveSupport::Cache )
has properties
attribute: silence [R]   
attribute: logger_off [R]   
method: silence!   
alias: silence? silence   
alias: logger_off? logger_off   
method: mute   
method: fetch / 2   
method: read / 2   
method: write / 3   
method: delete / 2   
method: delete_matched / 2   
method: exist? / 2   
method: increment / 2   
method: decrement / 2   
method: expires_in / 1   
method: log / 3   
MemCacheStore ( ActiveSupport::Cache )
extends
  LocalCache ( ActiveSupport::Cache::Strategy )
has properties
class method: build_mem_cache / 1   
method: initialize / 1   
method: read_multi / 1   
method: read / 2   
method: write / 3   
method: delete / 2   
method: exist? / 2   
method: increment / 2   
method: decrement / 2   
method: delete_matched / 2   
method: clear   
method: stats   
method: raw? / 1   
  CompressedMemCacheStore     

Class Methods

MemCacheStore.build_mem_cache / 1

#26 in active_support/cache/mem_cache_store.rb

build_mem_cache ( *addresses )

Instance Methods

MemCacheStore#initialize / 1

#46 in active_support/cache/mem_cache_store.rb

initialize ( *addresses )

MemCacheStore#read_multi / 1

#57 in active_support/cache/mem_cache_store.rb

read_multi ( *keys )

MemCacheStore#read / 2

#61 in active_support/cache/mem_cache_store.rb

read ( key ,
  options = nil )

MemCacheStore#write / 3

#76 in active_support/cache/mem_cache_store.rb

write ( key ,
  value ,
  options = nil )

MemCacheStore#delete / 2

#89 in active_support/cache/mem_cache_store.rb

delete ( key ,
  options = nil )

MemCacheStore#exist? / 2

#98 in active_support/cache/mem_cache_store.rb

exist? ( key ,
  options = nil )

MemCacheStore#increment / 2

#105 in active_support/cache/mem_cache_store.rb

increment ( key ,
  amount = 1 )

MemCacheStore#decrement / 2

#114 in active_support/cache/mem_cache_store.rb

decrement ( key ,
  amount = 1 )

MemCacheStore#delete_matched / 2

#122 in active_support/cache/mem_cache_store.rb

delete_matched ( matcher ,
  options = nil )

MemCacheStore#clear

#129 in active_support/cache/mem_cache_store.rb

clear

MemCacheStore#stats

#133 in active_support/cache/mem_cache_store.rb

stats

MemCacheStore#raw? / 1

#138 in active_support/cache/mem_cache_store.rb

raw? ( options )