Class ListRelationshipsKey<T>

java.lang.Object
org.exoplatform.social.core.storage.cache.model.key.ListCacheKey
org.exoplatform.social.core.storage.cache.model.key.ListRelationshipsKey<T>
All Implemented Interfaces:
Serializable, CacheKey

public class ListRelationshipsKey<T> extends ListCacheKey
Immutable relationship list key. This key is used to cache relationship list.
See Also:
  • Constructor Details

    • ListRelationshipsKey

      public ListRelationshipsKey(T key, RelationshipType type, long offset, long limit)
  • Method Details