| Package | Description |
|---|---|
| org.tinygroup.aopcache | |
| org.tinygroup.aopcache.config | |
| org.tinygroup.aopcache.impl | |
| org.tinygroup.aopcache.resolver | |
| org.tinygroup.aopcache.resolver.annotation |
| Modifier and Type | Method and Description |
|---|---|
CacheAction |
AnnotationConfigResolver.resolve(Method method)
解析匹配注解的内容,组装成CacheAction实例返回
|
| Modifier and Type | Method and Description |
|---|---|
List<CacheAction> |
AopCacheConfigManager.getActionsWithMethod(Method method)
根据方法获取其关联的缓存aop操作配置
|
List<CacheAction> |
CacheActionResolver.resolve(Method method)
返回此方法上匹配的所有CacheAction
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheGet |
class |
CachePut
Created by renhui on 2015/9/23.
|
class |
CacheRemove |
| Modifier and Type | Method and Description |
|---|---|
List<CacheAction> |
CacheActions.getActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheActions.setActions(List<CacheAction> actions) |
| Modifier and Type | Method and Description |
|---|---|
List<CacheAction> |
AopCacheConfigManagerImpl.getActionsWithMethod(Method method) |
| Modifier and Type | Method and Description |
|---|---|
List<CacheAction> |
XmlCacheMetadataResolver.resolve(Method method) |
List<CacheAction> |
AnnotationCacheActionResolver.resolve(Method method) |
| Modifier and Type | Method and Description |
|---|---|
CacheAction |
CacheGetConfigResolver.resolve(Method method) |
CacheAction |
CachePutConfigResolver.resolve(Method method) |
CacheAction |
CacheRemoveConfigResolver.resolve(Method method) |
Copyright © 2006–2018 TinyGroup. All rights reserved.