| Package | Description |
|---|---|
| org.aoju.bus.cache.entity | |
| org.aoju.bus.cache.reader | |
| org.aoju.bus.cache.support |
| Modifier and Type | Method and Description |
|---|---|
CacheHolder |
CacheHolder.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Object |
SingleCacheReader.read(CacheHolder cacheHolder,
CacheMethod cacheMethod,
ProxyChain baseInvoker,
boolean needWrite) |
Object |
MultiCacheReader.read(CacheHolder cacheHolder,
CacheMethod cacheMethod,
ProxyChain baseInvoker,
boolean needWrite) |
abstract Object |
AbstractReader.read(CacheHolder cacheHolder,
CacheMethod cacheMethod,
ProxyChain baseInvoker,
boolean needWrite) |
| Modifier and Type | Method and Description |
|---|---|
static CachePair<CacheHolder,CacheMethod> |
CacheInfoContainer.getCacheInfo(Method method) |
| Modifier and Type | Method and Description |
|---|---|
static Map[] |
KeyGenerator.generateMultiKey(CacheHolder cacheHolder,
Object[] argValues) |
static String |
PatternGenerator.generatePattern(CacheHolder cacheHolder) |
static String |
KeyGenerator.generateSingleKey(CacheHolder cacheHolder,
Object[] argValues) |
Copyright © 2019. All rights reserved.