public static class AbstractCacheManager.CacheRefreshTask<V> extends Object implements Runnable
| Constructor and Description |
|---|
CacheRefreshTask(org.apache.dubbo.common.cache.FileCacheStore cacheStore,
org.apache.dubbo.common.utils.LRUCache<String,V> cache,
AbstractCacheManager<V> cacheManager,
long maxFileSize) |
public CacheRefreshTask(org.apache.dubbo.common.cache.FileCacheStore cacheStore,
org.apache.dubbo.common.utils.LRUCache<String,V> cache,
AbstractCacheManager<V> cacheManager,
long maxFileSize)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.