class ActiveSupport::Cache::RedisStoreWithCas

Public Class Methods

new(*adresses) click to toggle source
Calls superclass method
# File lib/active_support/cache/redis_store_with_cas.rb, line 67
def initialize(*adresses)
  super 
  check_and_extend_cas
end

Private Instance Methods

check_and_extend_cas() click to toggle source
# File lib/active_support/cache/redis_store_with_cas.rb, line 74
def check_and_extend_cas
  extend RedisStoreCas 
end