public interface BaseCache<T>
| Modifier and Type | Method and Description |
|---|---|
BaseCache<T> |
createInstance() |
void |
delete(String key) |
Object |
get(String key) |
String |
getImplTypeName() |
void |
set(String key,
T value) |
void |
set(String key,
T value,
int expire) |
void |
shutdown() |
Copyright © 2016. All rights reserved.