Module: DatastaxRails::StatementCache::ClassMethods

Defined in:
lib/datastax_rails/connection/statement_cache.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#establish_connection(spec) ⇒ Object



13
14
15
16
# File 'lib/datastax_rails/connection/statement_cache.rb', line 13

def establish_connection(spec)
  self.statement_cache = {}
  super
end