public abstract class AbstractCacheManager<V> extends Object implements org.apache.dubbo.common.resource.Disposable
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractCacheManager.CacheRefreshTask<V> |
| Constructor and Description |
|---|
AbstractCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
V |
get(String key) |
Map<String,V> |
getAll() |
org.apache.dubbo.common.utils.LRUCache<String,V> |
getCache() |
org.apache.dubbo.common.cache.FileCacheStore |
getCacheStore() |
void |
put(String key,
V apps) |
V |
remove(String key) |
void |
update(Map<String,V> newCache) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.