[ http://jira.jboss.com/jira/browse/JBCACHE-104?page=history ]

Bela Ban updated JBCACHE-104:
-----------------------------

      Assign To: Ben Wang  (was: Bela Ban)
        Version: 1.2
    Fix Version: 1.2.2

> Mass Removal
> ------------
>
>          Key: JBCACHE-104
>          URL: http://jira.jboss.com/jira/browse/JBCACHE-104
>      Project: JBoss Cache
>         Type: Feature Request
>     Versions: 1.2
>     Reporter: fredatwork
>     Assignee: Ben Wang
>      Fix For: 1.2.2

>
>
> Hello,
> I would like to propose to enhance JBossCache API with a mass-removal 
> function :
> Let's say I entered several objects in an AOP cache :
> cache.putObject("/root/1", object1);
> cache.putObject("/root/2", object2);
> .../...
> cache.putObject("/root/999", object999);
> I would like to be able to remove masseively all objects under the "/root" 
> frq, with a single method call.
> The idea here is to be able to reset whole regions of the cache by removing 
> all objects contained in this region. For instance, a servlet init method 
> could use this new method to reset a cache dedicated to a particular 
> enterprise application.
> Whiout this method, there is no way to reseta cache region. With current 1.2 
> version, you have to keep track of individual objects in order to remove them 
> one after the other one.
> Note: Ben Wang proposed me to create this feature request so he can add it to 
> the roadmpa. See 
> http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868494#3868494. 
>       

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to