'JBOSS Cache issue on Liberty Servers

We are having an application running on Weblogic server and we used the Jboss cache and it worked fine, when we update a data base object and if we clear the cache it pickup the new objects from data base and it worked fine. Recently we moved the same application to Liberty server and we are having the following issue. After updating the Database object we can clear the Jboss cache and it clears all the cached the objects and manually verified its empty. And if I check the application still it uses the old data and new updated one not reflecting. When I restart the liberty servers new data got reflected. Liberty server caches the Database objects? if so do we have any option to clear or disable caching without restarting the servers?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source