Uses of Class
com.alibaba.dubbo.cache.support.AbstractCacheFactory

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

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

Subclasses of AbstractCacheFactory in com.alibaba.dubbo.cache.support.jcache
 class JCacheFactory
          JCacheFactory
 

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

Subclasses of AbstractCacheFactory in com.alibaba.dubbo.cache.support.lru
 class LruCacheFactory
          LruCacheFactory
 

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

Subclasses of AbstractCacheFactory in com.alibaba.dubbo.cache.support.threadlocal
 class ThreadLocalCacheFactory
          ThreadLocalCacheFactory
 



Copyright © 2012–2017 Alibaba. All rights reserved.