]
Galder Zamarreño updated ISPN-1491:
-----------------------------------
Fix Version/s: 5.1.0.CR2
(was: 5.1.0.CR1)
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: 5.1.0.CR2, 5.1.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: