-
Enhancement
-
Resolution: Done
-
Major
-
11.0.0.Final, 10.1.6.Final
-
None
Currently some configuration in the Hot Rod client is global (tx mode, force return values, near cache). We should introduce per-cache configuration. Additionally we should also be able to specify a server-side template/configuration to use if a cache doesn't exist.
builder .remoteCache(cacheName) .templateName("template") .nearCacheMode(NearCacheMode.INVALIDATED) .nearCacheMaxEntries(100) .forceReturnValues(true);
- incorporates
-
ISPN-9135 Per-RemoteCache configuration
- Closed
- is related to
-
ISPN-11810 RemoteCacheManager ignores per-cache near cache configuration
- Resolved
-
ISPN-11642 Remote JCacheManager doesn't apply configuration from URI
- Closed
- relates to
-
ISPN-11960 RemoteCache configuration enhancements (wildcards, . in name, URI for config)
- Closed