Java com.liferay.portal.kernel.dao.orm.FinderCacheUtil is a utility class in the Liferay Portal Framework that provides methods to interact with the Finder Cache. The Finder Cache is a mechanism that stores query results for faster retrieval in subsequent requests, reducing the need for repeated database queries. This class enables developers to manage the Finder Cache, including adding, removing, and refreshing cache entries. By utilizing FinderCacheUtil, developers can enhance the performance of database queries and achieve better overall system efficiency.
Java FinderCacheUtil - 30 examples found. These are the top rated real world Java examples of com.liferay.portal.kernel.dao.orm.FinderCacheUtil extracted from open source projects. You can rate examples to help us improve the quality of examples.