接口的使用
com.alibaba.dubbo.cache.Cache
-
使用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 -
-
com.alibaba.dubbo.cache中Cache的使用
返回Cache的com.alibaba.dubbo.cache中的方法 修饰符和类型 方法 说明 Cache
CacheFactory. getCache(URL url, Invocation invocation)
-
com.alibaba.dubbo.cache.support中Cache的使用
返回Cache的com.alibaba.dubbo.cache.support中的方法 修饰符和类型 方法 说明 Cache
AbstractCacheFactory. getCache(URL url, Invocation invocation)
-
com.alibaba.dubbo.cache.support.jcache中Cache的使用
实现Cache的com.alibaba.dubbo.cache.support.jcache中的类 修饰符和类型 类 说明 class
JCache
JCache -
com.alibaba.dubbo.cache.support.lru中Cache的使用
实现Cache的com.alibaba.dubbo.cache.support.lru中的类 修饰符和类型 类 说明 class
LruCache
LruCache -
com.alibaba.dubbo.cache.support.threadlocal中Cache的使用
实现Cache的com.alibaba.dubbo.cache.support.threadlocal中的类 修饰符和类型 类 说明 class
ThreadLocalCache
ThreadLocalCache
-