Clearing Liferay Serivice Entity Cache.

Liferay is storing the cache of the Service entities in different level. In some
circumstances/ use cases we have to clear this cache explicitly using code.
The below code will clear SampleEnitity cache.

CacheRegistryUtil.clear("SampleEnitityImpl" );
EntityCacheUtil.clearCache("SampleEnitityImpl");
FinderCacheUtil.clearCache("SampleEnitityImpl");
FinderCacheUtil.clearCache("SampleEnitityImpl"+ ".List");

Comments

Popular posts from this blog

React development in Liferay - Overview

Liferay React with Webpack

Deploy Liferay DXP on google cloud