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