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