public class PermaCache extends Object
| Constructor and Description |
|---|
PermaCache() |
| Modifier and Type | Method and Description |
|---|---|
static String |
get(String key) |
static String |
getCacheFolder() |
static String |
initCacheFolder() |
static void |
set(String key,
String contents) |
static void |
setInMemoryOnly(String key,
String contents) |
public PermaCache()
public static void setInMemoryOnly(String key, String contents)
public static String getCacheFolder()
public static String initCacheFolder()
Copyright © 2016. All rights reserved.