Module: DatastaxRails::StatementCache

Extended by:
ActiveSupport::Concern
Defined in:
lib/datastax_rails/connection/statement_cache.rb

Overview

Cache prepared statements locally to avoid needing to re-prepare them over and over on the server.

Defined Under Namespace

Modules: ClassMethods