DynaCache invalidation in clustered environment
Posted
by
Ravi
on Stack Overflow
See other posts from Stack Overflow
or by Ravi
Published on 2012-03-21T05:27:13Z
Indexed on
2012/03/21
5:29 UTC
Read the original article
Hit count: 321
caching
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.
© Stack Overflow or respective owner