[infinispan-issues] [JBoss JIRA] Updated: (ISPN-905) Enhance cache management methods on EmbeddedCacheManager
SBS JIRA Integration (JIRA)
jira-events at lists.jboss.org
Fri Jun 10 07:52:59 EDT 2011
[ https://issues.jboss.org/browse/ISPN-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
SBS JIRA Integration updated ISPN-905:
--------------------------------------
Forum Reference: http://community.jboss.org/message/591865#591865, http://community.jboss.org/message/589082#589082, http://community.jboss.org/message/592436#592436 (was: http://community.jboss.org/message/591865#591865, http://community.jboss.org/message/592436#592436)
> Enhance cache management methods on EmbeddedCacheManager
> --------------------------------------------------------
>
> Key: ISPN-905
> URL: https://issues.jboss.org/browse/ISPN-905
> Project: Infinispan
> Issue Type: Feature Request
> Components: Core API
> Affects Versions: 4.2.0.Final
> Reporter: Patrick McFarland
> Assignee: Galder ZamarreƱo
> Fix For: 5.0.0.BETA1, 5.0.0.FINAL
>
>
> These should include:
> {code:borderStyle=solid}
> boolean cacheExists(String cache)
> // Old: Cache<?, ?> getCacheIfExists(String cache)
> Cache<?, ?> getCache(String cache, boolean createIfAbsent)
> boolean remove(String Cache)
> {code}
> Original request:
> {quote}
> There seems to be no ability to check if a populated cache exists through both CacheManager and through Cache (=is this still a valid handle) and to get a cache if it exists.
> {quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list