Class FinderCacheUtil

Object
com.liferay.portal.kernel.dao.orm.FinderCacheUtil

public class FinderCacheUtil extends Object
Author:
Brian Wing Shun Chan
  • Constructor Details

    • FinderCacheUtil

      public FinderCacheUtil()
  • Method Details

    • clearCache

      public static void clearCache()
    • clearCache

      public static void clearCache(Class<?> clazz)
    • clearDSLQueryCache

      public static void clearDSLQueryCache(String tableName)
    • clearLocalCache

      public static void clearLocalCache()
    • getFinderCache

      public static FinderCache getFinderCache()
    • getResult

      public static Object getResult(FinderPath finderPath, Object[] args, BasePersistence<?> basePersistence)
    • invalidate

      public static void invalidate()
    • putResult

      public static void putResult(FinderPath finderPath, Object[] args, Object result)
    • removeCache

      public static void removeCache(String className)
    • removeResult

      public static void removeResult(FinderPath finderPath, Object[] args)