Module: DatastaxRails::StatementCache::ClassMethods

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

Instance Method Summary collapse

Instance Method Details

#establish_connection(spec) ⇒ Object



11
12
13
14
# File 'lib/datastax_rails/connection/statement_cache.rb', line 11

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