| Constructor and Description |
|---|
NoOpCache() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
read(Collection<String> keys) |
Object |
read(String key) |
void |
remove(String... keys) |
void |
write(Map<String,Object> keyValueMap,
long expire) |
void |
write(String key,
Object value,
long expire) |
Copyright © 2019. All rights reserved.