Method: Elasticated::QueryConditions#cache
- Defined in:
- lib/elasticated/query_conditions.rb
#cache(value = true) ⇒ Object
cache
56 57 58 |
# File 'lib/elasticated/query_conditions.rb', line 56 def cache(value=true) self._cache = value end |