Class ProjectManager.RequestProjectCacheKey
- java.lang.Object
-
- org.ametys.plugins.core.impl.cache.AbstractCacheKey
-
- org.ametys.plugins.workspaces.project.ProjectManager.RequestProjectCacheKey
-
- Enclosing class:
- ProjectManager
private static final class ProjectManager.RequestProjectCacheKey extends AbstractCacheKey
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RequestProjectCacheKey(String projectName, String workspaceName)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static ProjectManager.RequestProjectCacheKey
of(String projectName, String workspaceName)
-
Methods inherited from class org.ametys.plugins.core.impl.cache.AbstractCacheKey
equals, getFields, hashCode, isKeyOnlyForInvalidate, toString
-
-
-
-
Constructor Detail
-
RequestProjectCacheKey
private RequestProjectCacheKey(String projectName, String workspaceName)
-
-
Method Detail
-
of
static ProjectManager.RequestProjectCacheKey of(String projectName, String workspaceName)
-
-