public class CachedOps extends AbstractCacheOps
| 构造器和说明 |
|---|
CachedOps(org.aspectj.lang.ProceedingJoinPoint joinPoint,
String lockKey,
Supplier<String> cacheQuery,
Consumer<Object> cachePut,
Type returnType)
基本构造函数
|
| 限定符和类型 | 方法和说明 |
|---|---|
Consumer<Object> |
cachePut() |
Supplier<String> |
cacheQuery() |
String |
lockKey() |
Type |
returnType() |
joinPoint, nullValueCopyright © 2023. All rights reserved.