Package org.apache.dubbo.common.cache
Class FileCacheStore
java.lang.Object
org.apache.dubbo.common.cache.FileCacheStore
Local file interaction class that can back different caches.
All items in local file are of human friendly format.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()loadCache(int entrySize) static FileCacheStore.BuildervoidrefreshCache(Map<String, String> properties, String comment, long maxFileSize)
-
Method Details
-
loadCache
- Throws:
IOException
-
refreshCache
-
destroy
public void destroy() -
newBuilder
-