public class FilterCache extends Object
| Constructor and Description |
|---|
FilterCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearBucket(String bucket) |
static Object |
get(String bucket,
String key) |
static void |
initCache(String bucket) |
static void |
load() |
static void |
set(String bucket,
String key,
Object value) |
static void |
shutdown() |
static void |
start() |
public FilterCache()
public static void start()
public static void shutdown()
public static void load()
public static void clearBucket(String bucket)
Copyright © 2016. All rights reserved.