| Package | Description |
|---|---|
| org.tinygroup.aopcache.base | |
| org.tinygroup.aopcache.config | |
| org.tinygroup.aopcache.interceptor | |
| org.tinygroup.aopcache.processor |
| Modifier and Type | Method and Description |
|---|---|
AopCacheProcessor |
AopCacheHolder.getProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AopCacheHolder.setProcessor(AopCacheProcessor processor) |
| Constructor and Description |
|---|
AopCacheHolder(AopCacheProcessor processor,
CacheMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AopCacheProcessor> |
CacheRemove.bindAopProcessType() |
Class<? extends AopCacheProcessor> |
CacheGet.bindAopProcessType() |
Class<? extends AopCacheProcessor> |
CachePut.bindAopProcessType() |
abstract Class<? extends AopCacheProcessor> |
CacheAction.bindAopProcessType()
配置关联的aop缓存处理器
|
| Modifier and Type | Method and Description |
|---|---|
void |
AopCacheInterceptor.addProcessor(AopCacheProcessor aopCacheProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
AopCacheInterceptor.setProcessorMap(Map<String,AopCacheProcessor> processorMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAopCacheProcessor
抽象的缓存aop处理
|
class |
AopCacheGetProcessor
缓存获取操作
|
class |
AopCachePutProcessor
aop缓存存放操作
|
class |
AopCacheRemoveProcessor
aop缓存删除操作
|
Copyright © 2006–2018 TinyGroup. All rights reserved.