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

Packages that use Cache
com.alibaba.dubbo.cache   
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 Cache in com.alibaba.dubbo.cache
 

Methods in com.alibaba.dubbo.cache that return Cache
 Cache CacheFactory.getCache(URL url)
           
 

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

Methods in com.alibaba.dubbo.cache.support that return Cache
 Cache AbstractCacheFactory.getCache(URL url)
           
 

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

Classes in com.alibaba.dubbo.cache.support.jcache that implement Cache
 class JCache
          JCache
 

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

Classes in com.alibaba.dubbo.cache.support.lru that implement Cache
 class LruCache
          LruCache
 

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

Classes in com.alibaba.dubbo.cache.support.threadlocal that implement Cache
 class ThreadLocalCache
          ThreadLocalCache
 



Copyright © 2012–2017 Alibaba. All rights reserved.