[jboss-jira] [JBoss JIRA] (AS7-5612) Add clear cache operation on cache container and cache (accessible via admin console)
Guillaume Grossetie (JIRA)
jira-events at lists.jboss.org
Sun Sep 23 12:09:34 EDT 2012
[ https://issues.jboss.org/browse/AS7-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guillaume Grossetie updated AS7-5612:
-------------------------------------
Description:
Add operation on infinispan subsystem to clear cache at cache container level (ie. clear all caches for the container) and at cache level.
The implementation of the clear operation just calls the method #clear() on the org.infinispan.Cache interface. If needed we can clear the associated CacheStore (make it optional ?) and handle more complex cases.
was:
Add operation on infinispan subsystem to clear cache at cache container level (ie. clear all caches for the container) and at cache level.
The implementation of the clear operation is simple and call the method #clear() on the org.infinispan.Cache interface. If needed we can clear the associated CacheStore (make it optional ?) and handle complex cases.
> Add clear cache operation on cache container and cache (accessible via admin console)
> -------------------------------------------------------------------------------------
>
> Key: AS7-5612
> URL: https://issues.jboss.org/browse/AS7-5612
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Console, Domain Management
> Affects Versions: 7.1.1.Final
> Reporter: Guillaume Grossetie
> Assignee: Guillaume Grossetie
> Fix For: Open To Community
>
>
> Add operation on infinispan subsystem to clear cache at cache container level (ie. clear all caches for the container) and at cache level.
> The implementation of the clear operation just calls the method #clear() on the org.infinispan.Cache interface. If needed we can clear the associated CacheStore (make it optional ?) and handle more complex cases.
--
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 jboss-jira
mailing list