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
272 273 274 |
# File 'lib/mongoid/query_cache.rb', line 272 def reload QueryCache.uncached { super } end |