]
Work on ISPN-11368 started by Pedro Ruivo.
------------------------------------------
Refactor CacheImpl code
-----------------------
Key: ISPN-11368
URL:
https://issues.redhat.com/browse/ISPN-11368
Project: Infinispan
Issue Type: Sub-task
Components: Core
Affects Versions: 11.0.0.Alpha1
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 11.0.0.Alpha2
The Cross-site request uses the {{Cache}} API to apply the updates from the remote site.
With IRAC, we need to bypass the public API to inject the internal version needed.
This JIRA refactors the code in {{CacheImpl}} to another class that can be used by IRAC.