Class MetaCacheManager
java.lang.Object
org.apache.dubbo.metadata.AbstractCacheManager<MetadataInfo>
org.apache.dubbo.registry.client.metadata.store.MetaCacheManager
- All Implemented Interfaces:
Disposable
Metadata cache with limited size that uses LRU expiry policy.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.dubbo.metadata.AbstractCacheManager
AbstractCacheManager.CacheRefreshTask<V> -
Constructor Summary
ConstructorsConstructorDescriptionMetaCacheManager(boolean enableFileCache, String registryName, ScheduledExecutorService executorService) -
Method Summary
Methods inherited from class org.apache.dubbo.metadata.AbstractCacheManager
destroy, get, getAll, getCache, getCacheStore, put, remove, update
-
Constructor Details
-
MetaCacheManager
public MetaCacheManager(boolean enableFileCache, String registryName, ScheduledExecutorService executorService) -
MetaCacheManager
public MetaCacheManager()
-
-
Method Details
-
getInstance
-