Module: InstanceMethods (ActiveSupport::Memoizable)

Overview
Module Structure
Module Methods
InstanceMethods.included / 1
Instance Methods
InstanceMethods#freeze_with_memoizable
InstanceMethods#memoize_all
InstanceMethods#unmemoize_all
InstanceMethods#prime_cache / 1
InstanceMethods#flush_cache / 2
is a submodule of
module: Memoizable ( ActiveSupport )
has properties
module method: included / 1   
method: freeze_with_memoizable   
method: memoize_all   
method: unmemoize_all   
method: prime_cache / 1   
method: flush_cache / 2   
is defined at
#7 in active_support/memoizable.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Memoizable
module: InstanceMethods     

Module Methods

InstanceMethods.included / 1

#8 in active_support/memoizable.rb

included ( base )

Instance Methods

InstanceMethods#freeze_with_memoizable

#16 in active_support/memoizable.rb

freeze_with_memoizable

InstanceMethods#memoize_all

#21 in active_support/memoizable.rb

memoize_all

InstanceMethods#unmemoize_all

#25 in active_support/memoizable.rb

unmemoize_all

InstanceMethods#prime_cache / 1

#29 in active_support/memoizable.rb

prime_cache ( *syms )

InstanceMethods#flush_cache / 2

#44 in active_support/memoizable.rb

flush_cache ( *syms ,
  &block )