]
Mircea Markus updated ISPN-1491:
--------------------------------
Fix Version/s: 6.0.0.Final
(was: 5.2.0.Final)
Provide methods to retrieve the CacheKey parameters
---------------------------------------------------
Key: ISPN-1491
URL:
https://issues.jboss.org/browse/ISPN-1491
Project: Infinispan
Issue Type: Enhancement
Components: CDI integration
Reporter: Kevin Pollet
Assignee: Kevin Pollet
Fix For: 6.0.0.Final
Currently, it's not possible to retrieve the parameter values composing the
{{CacheKey}} (generated by JCache interceptors). For that, we could introduce two
interfaces.
* {{SimpleCacheKey<T>}} used when only one parameter is used as key. This interface
could add the following method {{T getValue()}}
* {{ComposedCacheKey}} used when the key is composed by more than one parameter. This
interface could add the following method {{Object[] getValues()}}
Here, we need to ensure that we are compliant with the specification.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: