Class: SynchronizedMemoryStore (ActiveSupport::Cache)

Overview
Module Structure
Class Hierarchy
Instance Methods
SynchronizedMemoryStore#initialize
SynchronizedMemoryStore#fetch / 2
SynchronizedMemoryStore#read / 2
SynchronizedMemoryStore#write / 3
SynchronizedMemoryStore#delete / 2
SynchronizedMemoryStore#delete_matched / 2
SynchronizedMemoryStore#exist? / 2
SynchronizedMemoryStore#increment / 2
SynchronizedMemoryStore#decrement / 2
SynchronizedMemoryStore#clear
is a submodule of
module: Cache ( ActiveSupport )
inherits from
  MemoryStore ( ActiveSupport::Cache )
has properties
method: initialize   
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: clear   
is defined at
#4 in active_support/cache/synchronized_memory_store.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Cache
class: MemoryStore     
class: SynchronizedMemoryStore     

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   
MemoryStore ( ActiveSupport::Cache )
has properties
method: initialize   
method: read_multi / 1   
method: read / 2   
method: write / 3   
method: delete / 2   
method: delete_matched / 2   
method: exist? / 2   
method: clear   
SynchronizedMemoryStore ( ActiveSupport::Cache )
has properties
method: initialize   
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: clear   

Instance Methods

SynchronizedMemoryStore#initialize

#5 in active_support/cache/synchronized_memory_store.rb

initialize

SynchronizedMemoryStore#fetch / 2

#10 in active_support/cache/synchronized_memory_store.rb

fetch ( key ,
  options = {} )

SynchronizedMemoryStore#read / 2

#14 in active_support/cache/synchronized_memory_store.rb

read ( name ,
  options = nil )

SynchronizedMemoryStore#write / 3

#18 in active_support/cache/synchronized_memory_store.rb

write ( name ,
  value ,
  options = nil )

SynchronizedMemoryStore#delete / 2

#22 in active_support/cache/synchronized_memory_store.rb

delete ( name ,
  options = nil )

SynchronizedMemoryStore#delete_matched / 2

#26 in active_support/cache/synchronized_memory_store.rb

delete_matched ( matcher ,
  options = nil )

SynchronizedMemoryStore#exist? / 2

#30 in active_support/cache/synchronized_memory_store.rb

exist? ( name ,
  options = nil )

SynchronizedMemoryStore#increment / 2

#34 in active_support/cache/synchronized_memory_store.rb

increment ( key ,
  amount = 1 )

SynchronizedMemoryStore#decrement / 2

#38 in active_support/cache/synchronized_memory_store.rb

decrement ( key ,
  amount = 1 )

SynchronizedMemoryStore#clear

#42 in active_support/cache/synchronized_memory_store.rb

clear