Interface FinderCache
@ProviderType
public interface FinderCache
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clearCache
(Class<?> clazz) void
clearDSLQueryCache
(String tableName) void
getResult
(FinderPath finderPath, Object[] args, BasePersistence<?> basePersistence) void
void
putResult
(FinderPath finderPath, Object[] args, Object result) void
removeCache
(String className) void
removeResult
(FinderPath finderPath, Object[] args)
-
Method Details
-
clearCache
void clearCache() -
clearCache
-
clearDSLQueryCache
-
clearLocalCache
void clearLocalCache() -
getResult
-
invalidate
void invalidate() -
putResult
-
removeCache
-
removeResult
-