Package org.ametys.plugins.userdirectory
Class UserDirectoryPageHandler.RootPageCacheKey
java.lang.Object
org.ametys.plugins.core.impl.cache.AbstractCacheKey
org.ametys.plugins.userdirectory.UserDirectoryPageHandler.RootPageCacheKey
- Enclosing class:
- UserDirectoryPageHandler
Key to index a user directory root page in a cache
-
Constructor Summary
ConstructorDescriptionRootPageCacheKey
(String workspaceName, String siteName, String language) Basic constructor -
Method Summary
Modifier and TypeMethodDescriptionGenerate a cache keyMethods inherited from class org.ametys.plugins.core.impl.cache.AbstractCacheKey
equals, getFields, hashCode, isPartialKey, toString
-
Constructor Details
-
RootPageCacheKey
Basic constructor- Parameters:
workspaceName
- the workspace name. Can be null.siteName
- the site name. Can be null.language
- the sitemap name. Can be null.
-
-
Method Details
-
of
public static UserDirectoryPageHandler.RootPageCacheKey of(String workspaceName, String siteName, String language) Generate a cache key- Parameters:
workspaceName
- the workspace name. Can be null.siteName
- the site name. Can be null.language
- the sitemap name. Can be null.- Returns:
- the cache key
-