Class: ElasticsearchRecord::StatementCache

Inherits:
ActiveRecord::StatementCache
  • Object
show all
Defined in:
lib/elasticsearch_record/statement_cache.rb

Defined Under Namespace

Classes: PartialQuery, PartialQueryCollector

Class Method Summary collapse

Class Method Details

.partial_queryObject



81
82
83
# File 'lib/elasticsearch_record/statement_cache.rb', line 81

def self.partial_query(...)
  PartialQuery.new(...)
end

.partial_query_collectorObject



85
86
87
# File 'lib/elasticsearch_record/statement_cache.rb', line 85

def self.partial_query_collector
  PartialQueryCollector.new
end