[infinispan-issues] [JBoss JIRA] (ISPN-1491) Provide methods to retrieve the CacheKey parameters
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 04:47:20 EDT 2013
[ https://issues.jboss.org/browse/ISPN-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-1491:
--------------------------------
Fix Version/s: (was: 6.0.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
>
> 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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list