]
Dan Siviter commented on ISPN-5856:
-----------------------------------
For a little more clarity, I'm expecting something similar to
[
Programmatic JCache Configuration
---------------------------------
Key: ISPN-5856
URL:
https://issues.jboss.org/browse/ISPN-5856
Project: Infinispan
Issue Type: Feature Request
Components: JCache
Affects Versions: 8.0.1.Final
Reporter: Dan Siviter
As it stands, JCache creation can be done programatically for local caches or via XML for
distributed. It isn't possible to configure distributed JCaches programatically.
It's been mentioned previously (see ISPN-4662 and ISPN-5286) that there are
disparities between the approaches. Using
{{javax.cache.configuration.MutableConfiguration}} as an extension point, potentially
passing in {{org.infinispan.configuration.cache.Configuration}} to perform these duties.