module Mongoid::QueryCache::Document

Bypass the query cache when reloading a document.

Public Instance Methods

reload() click to toggle source
Calls superclass method
# File lib/mongoid/query_cache.rb, line 338
def reload
  QueryCache.uncached { super }
end