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