Module: Mongoid::QueryCache::Document
- Defined in:
- lib/mongoid/query_cache.rb
Overview
Bypass the query cache when reloading a document.
Instance Method Summary collapse
Instance Method Details
#reload ⇒ Object
273 274 275 |
# File 'lib/mongoid/query_cache.rb', line 273 def reload QueryCache.uncached { super } end |