Hello,

AFAIK it's not possible via API. Why do you want to do that?
Doesn't the cache policy to issue a remove on putmeet your requirements?

Anyway:
Then one thing coming into my mind would be to patch the class
org.apache.jcs.engine.control.CompositeCacheto add a getter method
for member variable auxCaches.

Then you can access your cache as you already do:
JCS.getInstance(String region)or directly 
viaCompositeCacheManager.getCache(String region)
and then get returned composite cache's auxiliray caches to perform a remove on 
auxiliary only.

But this is kind of dirty hack and probably not a good solution to accomplish 
described scenario.


Hans Liebenberg <[EMAIL PROTECTED]> hat am 25. November 2008 um 14:57 
geschrieben:

> Hi,
> 
> Is there currently a way,via the API, to manually broadcast a "remove" 
> of a specific key to other nodes in a tcp lateral configuration without 
> having to remove from the node in question.
> 
> Thanks
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 




--
with best regards,
Thorben Betten

Reply via email to