Class: ElasticsearchRecord::StatementCache
- Inherits:
-
ActiveRecord::StatementCache
- Object
- ActiveRecord::StatementCache
- ElasticsearchRecord::StatementCache
show all
- Defined in:
- lib/elasticsearch_record/statement_cache.rb
Defined Under Namespace
Classes: PartialQuery, PartialQueryCollector
Class Method Summary
collapse
Class Method Details
.partial_query ⇒ Object
81
82
83
|
# File 'lib/elasticsearch_record/statement_cache.rb', line 81
def self.partial_query(...)
PartialQuery.new(...)
end
|
.partial_query_collector ⇒ Object
85
86
87
|
# File 'lib/elasticsearch_record/statement_cache.rb', line 85
def self.partial_query_collector
PartialQueryCollector.new
end
|