Interface EntityCache
@ProviderType
public interface EntityCache
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clearCache
(Class<?> clazz) void
getLocalCacheResult
(Class<?> clazz, Serializable primaryKey) getPortalCache
(Class<?> clazz) getResult
(Class<?> clazz, Serializable primaryKey) void
void
void
putResult
(Class<?> clazz, Serializable primaryKey, Serializable result) void
removeCache
(String className) void
removeResult
(Class<?> clazz, BaseModel<?> baseModel) void
removeResult
(Class<?> clazz, Serializable primaryKey)
-
Method Details
-
clearCache
void clearCache() -
clearCache
-
clearLocalCache
void clearLocalCache() -
getLocalCacheResult
-
getPortalCache
-
getResult
-
invalidate
void invalidate() -
putResult
-
putResult
-
removeCache
-
removeResult
-
removeResult
-