Class SpaceRefKey
java.lang.Object
org.exoplatform.social.core.storage.cache.model.key.SpaceRefKey
- All Implemented Interfaces:
Serializable,CacheKey
Immutable space reference key.
This key is used to cache space by displayName, prettyName, groupId or url.
- Version:
- $Revision$
- Author:
- Alain Defrance
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpaceRefKey(String displayName) SpaceRefKey(String displayName, String prettyName) SpaceRefKey(String displayName, String prettyName, String groupId) SpaceRefKey(String displayName, String prettyName, String groupId, String url) -
Method Summary