DynaCache invalidation in clustered environment
- by Ravi
We are using Horizontal cluster in our PROD with WAS 6.1 as the Application server.
We have enabled dynacache service for some of the JSP fragments using SHARED-PUSH in cachespec.xml file.
Now we want to do cache invalidation programmatically..ie. whenever something changes in DB related to cache the cache should get invalidated.
so can you please let me know what steps are involved in it to achieve this? any configuration settings at server side or any development changes.