Package org.apache.dubbo.metadata
Class AbstractCacheManager.CacheRefreshTask<V>
java.lang.Object
org.apache.dubbo.metadata.AbstractCacheManager.CacheRefreshTask<V>
- All Implemented Interfaces:
Runnable
- Enclosing class:
AbstractCacheManager<V>
-
Constructor Summary
ConstructorsConstructorDescriptionCacheRefreshTask(org.apache.dubbo.common.cache.FileCacheStore cacheStore, org.apache.dubbo.common.utils.LRUCache<String, V> cache, AbstractCacheManager<V> cacheManager, long maxFileSize) -
Method Summary
-
Constructor Details
-
CacheRefreshTask
public CacheRefreshTask(org.apache.dubbo.common.cache.FileCacheStore cacheStore, org.apache.dubbo.common.utils.LRUCache<String, V> cache, AbstractCacheManager<V> cacheManager, long maxFileSize)
-
-
Method Details