public class Manage extends Object
| Constructor and Description |
|---|
Manage() |
| Modifier and Type | Method and Description |
|---|---|
CacheKeys |
readBatch(String cache,
Collection<String> keys) |
Object |
readSingle(String cache,
String key) |
void |
remove(String cache,
String... keys) |
void |
setCachePool(Map<String,CacheX> caches) |
void |
writeBatch(String cache,
Map<String,Object> keyValueMap,
int expire) |
void |
writeSingle(String cache,
String key,
Object value,
int expire) |
public CacheKeys readBatch(String cache, Collection<String> keys)
Copyright © 2019. All rights reserved.