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
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.7.0.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,8 @@ Interface Changes
182
182
- **Cache:** The ``CacheInterface`` now includes the ``deleteMatching()`` method.
183
183
- **Database:** The ``QueryInterface`` now includes the ``getOriginalQuery()`` method.
184
184
- **Images:** The ``ImageHandlerInterface`` now includes a new method: ``clearMetadata()``.
185
+
- **Cache:** The ``CacheInterface`` now includes the ``remember()`` method. All built-in cache handlers inherit this method via ``BaseHandler``, so no changes are required for them.
186
+
If you have implemented your own caching driver directly from ``CacheInterface``, you will need to provide an implementation for ``remember()`` to maintain compatibility.
0 commit comments