Module: ActiveSupport::Cache::Features::AdapterMethods

Defined in:
lib/active_support/cache/features/adapter_methods.rb

Instance Method Summary collapse

Instance Method Details

#_run_checkin_callbacksObject



12
13
14
# File 'lib/active_support/cache/features/adapter_methods.rb', line 12

def _run_checkin_callbacks
  yield if block_given?
end

#connected?Boolean

Returns:

  • (Boolean)


20
21
# File 'lib/active_support/cache/features/adapter_methods.rb', line 20

def connected?
end

#requires_reloading?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/active_support/cache/features/adapter_methods.rb', line 16

def requires_reloading?
  true
end

#run_callbacks(method) ⇒ Object

method required by ActiveRecord::ConnectionAdapters::ConnectionPool



6
7
# File 'lib/active_support/cache/features/adapter_methods.rb', line 6

def run_callbacks(method)
end

#verify!Object



9
10
# File 'lib/active_support/cache/features/adapter_methods.rb', line 9

def verify!
end