You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get the latest version of a document, document.reload should not use the cache when set. e.g. this is important in cases where you want to avoid conflicts across processes.
failing test for caching_spec.rb
it'does not use the cache for reloads'doexpect(couchrest_db).toreceive(:get).with('1').exactly(2).timesdoc=db.load_document'1'doc.reloadend
The text was updated successfully, but these errors were encountered:
In order to get the latest version of a document, document.reload should not use the cache when set. e.g. this is important in cases where you want to avoid conflicts across processes.
failing test for
caching_spec.rb
The text was updated successfully, but these errors were encountered: