We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd88462 commit f470820Copy full SHA for f470820
source/release-notes/mongoid-8.0.txt
@@ -719,3 +719,12 @@ Support Dropped for the ``:id_sort`` Option on ``#first/last``
719
720
Support for the ``:id_sort`` option on the ``#first`` and ``#last`` options has
721
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