public interface CacheGroupHandler
| Modifier and Type | Method and Description |
|---|---|
void |
clear(String group) |
void |
delete(String group,
String key) |
void |
expire(String group,
String key,
long expiry) |
<T> T |
get(Class<T> type,
String group,
String key) |
<T> T |
get(Class<T> type,
String group,
String key,
Callable<T> callable) |
CacheHandler |
handler() |
List<String> |
keys(String group) |
<T> T |
set(Class<T> type,
String group,
String key,
T value) |
void clear(String group)
CacheHandler handler()
Copyright © 2020. All rights reserved.