public class FileCacheStore extends Object
All items in local file are of human friendly format.
| Modifier and Type | Class and Description |
|---|---|
static class |
FileCacheStore.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Map<String,String> |
loadCache(int entrySize) |
static FileCacheStore.Builder |
newBuilder() |
void |
refreshCache(Map<String,String> properties,
String comment,
long maxFileSize) |
public Map<String,String> loadCache(int entrySize) throws IOException
IOExceptionpublic void refreshCache(Map<String,String> properties, String comment, long maxFileSize)
public void destroy()
public static FileCacheStore.Builder newBuilder()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.