| Package | Description |
|---|---|
| org.aoju.bus.cache | |
| org.aoju.bus.cache.support |
| Modifier and Type | Method and Description |
|---|---|
CacheConfig.Switch |
CacheConfig.getCache() |
CacheConfig.Switch |
CacheConfig.getPrevent() |
static CacheConfig.Switch |
CacheConfig.Switch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheConfig.Switch[] |
CacheConfig.Switch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheConfig.setCache(CacheConfig.Switch cache) |
void |
CacheConfig.setPrevent(CacheConfig.Switch prevent) |
| Constructor and Description |
|---|
CacheProxy(Object target,
Class<T> type,
Map<String,Cache> caches,
CacheConfig.Switch cglib) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
KeyValueUtils.collectionToKeyValue(Collection proceedCollection,
String idSpel,
Set<String> missKeys,
Map<Object,String> id2Key,
CacheConfig.Switch prevent) |
static Map<String,Object> |
KeyValueUtils.mapToKeyValue(Map proceedEntryValueMap,
Set<String> missKeys,
Map<Object,String> multiEntry2Key,
CacheConfig.Switch prevent) |
Copyright © 2019. All rights reserved.