Uses of Interface
org.exoplatform.social.core.storage.cache.model.key.CacheKey
Packages that use CacheKey
Package
Description
-
Uses of CacheKey in org.exoplatform.social.core.storage.cache
Methods in org.exoplatform.social.core.storage.cache with type parameters of type CacheKeyModifier and TypeMethodDescription<K extends CacheKey,V extends Serializable>
org.exoplatform.commons.cache.future.FutureExoCache<K, V, ServiceContext<V>> CacheType.createFutureCache(org.exoplatform.services.cache.ExoCache<K, V> cache) <K extends CacheKey,V extends Serializable>
org.exoplatform.services.cache.ExoCache<K, V> CacheType.getFromService(org.exoplatform.services.cache.CacheService service) -
Uses of CacheKey in org.exoplatform.social.core.storage.cache.loader
Classes in org.exoplatform.social.core.storage.cache.loader with type parameters of type CacheKeyModifier and TypeClassDescriptionclassCacheLoader<K extends CacheKey,V> Used by FutureCache to execute the ServiceContext. -
Uses of CacheKey in org.exoplatform.social.core.storage.cache.model.key
Classes in org.exoplatform.social.core.storage.cache.model.key that implement CacheKeyModifier and TypeClassDescriptionclassImmutable activity count key.classImmutable activity key.classImmutable identity composite key.classImmutable identity filter key.classImmutable identity key.classImmutable activity list key.classImmutable list key.classImmutable identity list key.classImmutable relationship list key.classclassImmutable space list key.classImmutable relationship count key.classImmutable relationship key.classImmutable relationship key.classclassImmutable space key.classclass -
Uses of CacheKey in org.exoplatform.social.core.storage.cache.selector
Classes in org.exoplatform.social.core.storage.cache.selector with type parameters of type CacheKeyMethods in org.exoplatform.social.core.storage.cache.selector with parameters of type CacheKeyModifier and TypeMethodDescriptionbooleanIdentityCacheSelector.select(CacheKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends Object> ocinfo) booleanRelationshipCacheSelector.select(CacheKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends Object> ocinfo) booleanSuggestionCacheSelector.select(CacheKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends Object> ocinfo)