Uses of Interface
org.exoplatform.forum.common.cache.ServiceContext
Packages that use ServiceContext
-
Uses of ServiceContext in org.exoplatform.forum.common.cache
Methods in org.exoplatform.forum.common.cache with parameters of type ServiceContextModifier and TypeMethodDescriptionCacheLoader.retrieve(ServiceContext<V> cacheContext, K key) Execute the context. -
Uses of ServiceContext in org.exoplatform.forum.common.cache.model
Methods in org.exoplatform.forum.common.cache.model that return types with arguments of type ServiceContextModifier and TypeMethodDescription<K extends ScopeCacheKey,V extends Serializable>
org.exoplatform.services.cache.future.FutureExoCache<K,V, ServiceContext<V>> CacheType.createFutureCache(org.exoplatform.services.cache.ExoCache<K, V> cache)