public class PersistentCache extends Object
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,String> |
cache |
static String |
cacheLocation |
String |
charset |
(package private) int |
i |
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
PersistentCache() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String input) |
String |
get(String input) |
void |
put(String input,
String output) |
void |
readCache()
Read the cache to a file
|
int |
size() |
void |
writeCache()
Write the cache to a file
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.