Skip to content

Commit f470820

Browse files
authored
MONGOID-5414 deprecate criteria cache functionality (#5383)
* MONGOID-5414 remove references to contextual/criteria cache * MONGOID-5414 fix criteria tests * MONGOID-5414 add deprecation tags * MONGOID-5414 remove deprecated methods * MONGOID-5414 add release note * MONGOID-5414 fix tests
1 parent cd88462 commit f470820

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/release-notes/mongoid-8.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,3 +719,12 @@ Support Dropped for the ``:id_sort`` Option on ``#first/last``
719719

720720
Support for the ``:id_sort`` option on the ``#first`` and ``#last`` options has
721721
been dropped. These methods now only except a limit as a positional argument.
722+
723+
724+
Support Dropped for Mongoid::Criteria cache
725+
-------------------------------------------
726+
727+
Support for individually caching criteria objects has been dropped in Mongoid 8.
728+
729+
In order to get caching functionality, enable the Mongoid QueryCache. See the
730+
section on :ref:`QueryCache <query-cache>` for more details.

0 commit comments

Comments
 (0)