Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 6e9ac9088b8ff16dce31c1c44e9eb2da8a7d7ef8 https://github.com/xwiki/xwiki-commons/commit/6e9ac9088b8ff16dce31c1c44e9eb2... Author: Michael Hamann <[email protected]> Date: 2026-08-11 (Tue, 11 Aug 2026) Changed paths: M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java A xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoaderGroup.java A xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderGroupTest.java M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java Log Message: ----------- XCOMMONS-3739: Add grouped cache loader for caches sharing an invalidation domain (#1886) * Add CacheLoaderGroup to allow several caches with the same invalidation domain to properly share a loader. * Make CacheLoader a viewer for a single cache, keeping the current API. * Add unit tests. Co-authored-by: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications