Package org.ametys.web.repository.site
Class SiteManager.RequestSiteCacheKey
- java.lang.Object
-
- org.ametys.plugins.core.impl.cache.AbstractCacheKey
-
- org.ametys.web.repository.site.SiteManager.RequestSiteCacheKey
-
- Enclosing class:
- SiteManager
private static final class SiteManager.RequestSiteCacheKey extends AbstractCacheKey
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RequestSiteCacheKey(String siteName, String workspaceName)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static SiteManager.RequestSiteCacheKey
of(String siteName, String workspaceName)
-
Methods inherited from class org.ametys.plugins.core.impl.cache.AbstractCacheKey
equals, getFields, hashCode, isKeyOnlyForInvalidate, toString
-
-
-
-
Constructor Detail
-
RequestSiteCacheKey
private RequestSiteCacheKey(String siteName, String workspaceName)
-
-
Method Detail
-
of
static SiteManager.RequestSiteCacheKey of(String siteName, String workspaceName)
-
-