Uses of Class
org.exoplatform.social.core.storage.cache.SocialStorageCacheService
Packages that use SocialStorageCacheService
Package
Description
-
Uses of SocialStorageCacheService in org.exoplatform.social.core.storage.cache
Constructors in org.exoplatform.social.core.storage.cache with parameters of type SocialStorageCacheServiceModifierConstructorDescriptionCachedActivityStorage(RDBMSActivityStorageImpl storage, SocialStorageCacheService cacheService) CachedIdentityStorage(RDBMSIdentityStorageImpl storage, SocialStorageCacheService cacheService, org.exoplatform.commons.file.services.FileService fileService) CachedRelationshipStorage(RDBMSRelationshipStorageImpl storage, org.exoplatform.social.core.storage.api.IdentityStorage identityStorage, SocialStorageCacheService cacheService) CachedSpaceStorage(SpaceDAO spaceDAO, SpaceMemberDAO spaceMemberDAO, org.exoplatform.social.core.storage.api.IdentityStorage identityStorage, IdentityDAO identityDAO, ActivityDAO activityDAO, SpaceExternalInvitationDAO spaceExternalInvitationDAO, SocialStorageCacheService cacheService, org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, org.exoplatform.web.security.security.RemindPasswordTokenService remindPasswordTokenService) -
Uses of SocialStorageCacheService in org.exoplatform.social.core.storage.cache.selector
Constructors in org.exoplatform.social.core.storage.cache.selector with parameters of type SocialStorageCacheServiceModifierConstructorDescriptionLastAccessedSpacesCacheSelector(String remoteId, org.exoplatform.social.core.space.model.Space space, SocialStorageCacheService cacheService)