|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_CmsCacheKey
Describes the cache key generating methods.
| Method Summary | |
|---|---|
String |
getCacheKeyForUserGroups(String prefix,
CmsDbContext context,
CmsUser user)
Returns the cache key for the user groups cache. |
String |
getCacheKeyForUserPermissions(String prefix,
CmsDbContext context,
CmsResource resource,
CmsPermissionSet requiredPermissions)
Returns the cache key for the permission cache. |
| Method Detail |
|---|
String getCacheKeyForUserGroups(String prefix,
CmsDbContext context,
CmsUser user)
prefix - to distinguish keys additionallycontext - the contextuser - the resource
String getCacheKeyForUserPermissions(String prefix,
CmsDbContext context,
CmsResource resource,
CmsPermissionSet requiredPermissions)
prefix - to distinguish keys additionallycontext - the contextresource - the resourcerequiredPermissions - the permissions to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||