Uses of Class
org.exoplatform.social.core.storage.cache.model.data.ListIdentitiesData
Packages that use ListIdentitiesData
Package
Description
-
Uses of ListIdentitiesData in org.exoplatform.social.core.storage.cache
Methods in org.exoplatform.social.core.storage.cache that return types with arguments of type ListIdentitiesDataModifier and TypeMethodDescriptionorg.exoplatform.services.cache.ExoCache<ListIdentitiesKey, ListIdentitiesData> SocialStorageCacheService.getIdentitiesCache()org.exoplatform.services.cache.ExoCache<ListRelationshipsKey, ListIdentitiesData> SocialStorageCacheService.getRelationshipsCache() -
Uses of ListIdentitiesData in org.exoplatform.social.core.storage.cache.model.key
Constructors in org.exoplatform.social.core.storage.cache.model.key with parameters of type ListIdentitiesDataModifierConstructorDescriptionListActivitiesKey(ListIdentitiesData identities, long offset, long limit) ListActivitiesKey(ListIdentitiesData identities, long offset, long limit, boolean sortDescending)