Package org.ametys.core.right
Class RightManager.Cache2Key
- java.lang.Object
-
- org.ametys.plugins.core.impl.cache.AbstractCacheKey
-
- org.ametys.core.right.RightManager.Cache2Key
-
- Enclosing class:
- RightManager
static class RightManager.Cache2Key extends AbstractCacheKey
-
-
Constructor Summary
Constructors Constructor Description Cache2Key(UserIdentity userIdentity, String rightId, Set<Object> workspacesContexts)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static RightManager.Cache2Key
of(UserIdentity userIdentity, String rightId, Set<Object> workspacesContexts)
-
Methods inherited from class org.ametys.plugins.core.impl.cache.AbstractCacheKey
equals, getFields, hashCode, isKeyOnlyForInvalidate, toString
-
-
-
-
Constructor Detail
-
Cache2Key
Cache2Key(UserIdentity userIdentity, String rightId, Set<Object> workspacesContexts)
-
-
Method Detail
-
of
static RightManager.Cache2Key of(UserIdentity userIdentity, String rightId, Set<Object> workspacesContexts)
-
-