i am using JCS cache in my application . I am updating jcs cache data from Java Application (Main Method). And Accessing it with another tomcat application( war). My Problem is i am not getting updated cache data for tomcat application.? Only When restarting the tomcat i am getting latest cache tomcat data..
How can i get latest cache data without restarting the tomcat?