Module: Mongoid::QueryCache::Document

Defined in:
build/mongoid-7.3/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



338
339
340
# File 'build/mongoid-7.3/lib/mongoid/query_cache.rb', line 338

def reload
  QueryCache.uncached { super }
end