Hi

I am working on a cluster environment and planning to migrate from v5.0 to v6.0. We are using DynamicCacheAccessor to access the specific Cache entries which are later removed from the cache. The problem during is that it clears the entry from only one server and not from other servers in the the cluster. So one server has latest information while the other servers on the cluster have cached information.


Does anyone know how to get the cached entries from all the servers and clear them ?


While reading through the WAS 6.0 i found that DynamicCacheAccessor has getDistributedMap() , does anyone know if this could solve the issue we are facing ?


thanks