Skip to content

Commit 4f3d44b

Browse files
datamwebpaulbalandan
authored andcommitted
docs: note addition of emember() to CacheInterface
1 parent c9c3dac commit 4f3d44b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ Interface Changes
182182
- **Cache:** The ``CacheInterface`` now includes the ``deleteMatching()`` method.
183183
- **Database:** The ``QueryInterface`` now includes the ``getOriginalQuery()`` method.
184184
- **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.
185187

186188
Method Signature Changes
187189
========================

0 commit comments

Comments
 (0)