Skip to content

Commit b2c0a49

Browse files
committed
docs(changelogs): add note about Cache interface change
1 parent a880f9d commit b2c0a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ across all insert/update operations.
4343
Interface Changes
4444
=================
4545

46+
- **Cache:** The ``CacheInterface`` now includes the ``deleteMatching()`` method. If you've implemented your own caching driver from scratch, you will need to provide an implementation for this method to ensure compatibility.
4647
- **Images:** The ``ImageHandlerInterface`` now includes a new method: ``clearMetadata()``. If you've implemented your own handler from scratch, you will need to provide an implementation for this method to ensure compatibility.
4748

4849
Method Signature Changes

0 commit comments

Comments
 (0)