Package org.apache.dubbo.common.cache
Class FileCacheStoreFactory
java.lang.Object
org.apache.dubbo.common.cache.FileCacheStoreFactory
ClassLoader Level static share.
Prevent FileCacheStore being operated in multi-application
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileCacheStoregetInstance(String basePath, String cacheName) static FileCacheStoregetInstance(String basePath, String cacheName, boolean enableFileCache)
-
Method Details
-
getInstance
-
getInstance
public static FileCacheStore getInstance(String basePath, String cacheName, boolean enableFileCache)
-