接口的使用
org.apache.dubbo.cache.Cache
-
-
com.alibaba.dubbo.cache中Cache的使用
com.alibaba.dubbo.cache中Cache的子接口 修饰符和类型 接口 说明 interfaceCache已过时。 -
com.alibaba.dubbo.cache.support中Cache的使用
返回Cache的com.alibaba.dubbo.cache.support中的方法 修饰符和类型 方法 说明 CacheAbstractCacheFactory. getCache(URL url, Invocation invocation)已过时。 -
org.apache.dubbo.cache中Cache的使用
返回Cache的org.apache.dubbo.cache中的方法 修饰符和类型 方法 说明 CacheCacheFactory. getCache(URL url, Invocation invocation)CacheFactory implementation class needs to implement this return underlying cache instance for method against url and invocation. -
org.apache.dubbo.cache.support中Cache的使用
返回Cache的org.apache.dubbo.cache.support中的方法 修饰符和类型 方法 说明 CacheAbstractCacheFactory. getCache(URL url, Invocation invocation)Takes URL and invocation instance and return cache instance for a given url. -
org.apache.dubbo.cache.support.expiring中Cache的使用
实现Cache的org.apache.dubbo.cache.support.expiring中的类 修饰符和类型 类 说明 classExpiringCacheThis class store the cache value with the characteristic of expiration time. -
org.apache.dubbo.cache.support.jcache中Cache的使用
实现Cache的org.apache.dubbo.cache.support.jcache中的类 修饰符和类型 类 说明 classJCacheThis class store the cache value per thread. -
org.apache.dubbo.cache.support.lfu中Cache的使用
实现Cache的org.apache.dubbo.cache.support.lfu中的类 修饰符和类型 类 说明 classLfuCacheThis class store the cache value per thread. -
org.apache.dubbo.cache.support.lru中Cache的使用
实现Cache的org.apache.dubbo.cache.support.lru中的类 修饰符和类型 类 说明 classLruCacheThis class store the cache value per thread. -
org.apache.dubbo.cache.support.threadlocal中Cache的使用
实现Cache的org.apache.dubbo.cache.support.threadlocal中的类 修饰符和类型 类 说明 classThreadLocalCacheThis class store the cache value per thread.
-