chore(): Caching improvements (#13660)

* chore(): Caching improvements

* Create proud-windows-sleep.md

* naming

* fix tests

* address feedback
This commit is contained in:
Adrien de Peretti
2025-10-03 10:05:44 +02:00
committed by GitHub
parent 1789f3e257
commit d58462c9c9
7 changed files with 333 additions and 57 deletions
@@ -61,6 +61,11 @@ moduleIntegrationTestRunner<ICachingModuleService>({
injectedDependencies: {
[Modules.EVENT_BUS]: mockEventBus,
},
moduleOptions: {
in_memory: {
enable: true,
},
},
testSuite: ({ service }) => {
describe("Cache Invalidation with Entity Relationships", () => {
afterEach(async () => {