Uses of Interface
com.alibaba.dubbo.cache.CacheFactory

Packages that use CacheFactory
com.alibaba.dubbo.cache.filter   
com.alibaba.dubbo.cache.support   
com.alibaba.dubbo.cache.support.jcache   
com.alibaba.dubbo.cache.support.lru   
com.alibaba.dubbo.cache.support.threadlocal   
 

Uses of CacheFactory in com.alibaba.dubbo.cache.filter
 

Methods in com.alibaba.dubbo.cache.filter with parameters of type CacheFactory
 void CacheFilter.setCacheFactory(CacheFactory cacheFactory)
           
 

Uses of CacheFactory in com.alibaba.dubbo.cache.support
 

Classes in com.alibaba.dubbo.cache.support that implement CacheFactory
 class AbstractCacheFactory
          AbstractCacheFactory
 

Uses of CacheFactory in com.alibaba.dubbo.cache.support.jcache
 

Classes in com.alibaba.dubbo.cache.support.jcache that implement CacheFactory
 class JCacheFactory
          JCacheFactory
 

Uses of CacheFactory in com.alibaba.dubbo.cache.support.lru
 

Classes in com.alibaba.dubbo.cache.support.lru that implement CacheFactory
 class LruCacheFactory
          LruCacheFactory
 

Uses of CacheFactory in com.alibaba.dubbo.cache.support.threadlocal
 

Classes in com.alibaba.dubbo.cache.support.threadlocal that implement CacheFactory
 class ThreadLocalCacheFactory
          ThreadLocalCacheFactory
 



Copyright © 2012–2017 Alibaba. All rights reserved.