Module: Mongoid::QueryCache::Document

Defined in:
build/mongoid-7.0/lib/mongoid/query_cache.rb

Overview

Bypass the query cache when reloading a document.

Since:

  • 4.0.0

Instance Method Summary collapse

Instance Method Details

#reloadObject

Since:

  • 4.0.0



322
323
324
# File 'build/mongoid-7.0/lib/mongoid/query_cache.rb', line 322

def reload
  QueryCache.uncached { super }
end