Interface PermissionCachedCRUDService
- All Superinterfaces:
PermissionCRUDService
- All Known Implementing Classes:
DefaultCMSPermissionCachedCRUDService
The permission service that supports caching.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidInitialize the cache, it creates cache objects in current session.Methods inherited from interface de.hybris.platform.servicelayer.security.permissions.PermissionCRUDService
canChangeAttribute, canChangeAttribute, canChangeAttributePermission, canChangeAttributePermission, canChangeType, canChangeType, canChangeTypePermission, canChangeTypePermission, canCreateTypeInstance, canCreateTypeInstance, canReadAttribute, canReadAttribute, canReadType, canReadType, canRemoveTypeInstance, canRemoveTypeInstance
-
Method Details
-
initCache
default void initCache()Initialize the cache, it creates cache objects in current session.
-