[infinispan-issues] [JBoss JIRA] Work started: (ISPN-152) CacheManager to allow retrieving Configuration instances and defining configurations based on any existing config
Galder Zamarreno (JIRA)
jira-events at lists.jboss.org
Wed Aug 12 05:42:37 EDT 2009
[ https://jira.jboss.org/jira/browse/ISPN-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on ISPN-152 started by Galder Zamarreno.
> CacheManager to allow retrieving Configuration instances and defining configurations based on any existing config
> -----------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-152
> URL: https://jira.jboss.org/jira/browse/ISPN-152
> Project: Infinispan
> Issue Type: Feature Request
> Components: Configuration, Core API
> Reporter: Galder Zamarreno
> Assignee: Galder Zamarreno
> Fix For: 4.0.0.BETA1
>
>
> Enhance CacheManager API so that we can define configurations based on named caches other than the default one and also a way to retrieve Configuration instances from CacheManager without starting the cache:
> So, redefine defineCache methods as:
> Configuration defineConfiguration(String configurationName, Configuration overrides)
> // registers and names a NEW configuration, based on the default cfg and the overrides passed in
> Configuration defineConfiguration(String configurationName, String templateName, Configuration overrides)
> // registers and names a NEW configuration, based on an existing, predefined configuration and the overrides passed in
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list