module Mongoid::QueryCache::Document
Bypass the query cache when reloading a document.
Public Instance Methods
Source
# File lib/mongoid/query_cache.rb, line 338 def reload QueryCache.uncached { super } end
Calls superclass method
Bypass the query cache when reloading a document.
# File lib/mongoid/query_cache.rb, line 338 def reload QueryCache.uncached { super } end