haystack/releasenotes/notes/make-urlcachechecker-generic-e159d40bbd943081.yaml
Vladimir Blagojevic 9e0b58784f
feat: Improve UrlCacheChecker, make it more generic (#6699)
* Rename UrlCacheChecker to CacheChecker, make it field generic

* Add release note
2024-01-08 16:15:27 +01:00

6 lines
184 B
YAML

---
enhancements:
- |
Improve the URLCacheChecker so that it can work with any type of data in the DocumentStore, not just URL caching.
Rename the component to CacheChecker.