public class DefaultCacheKeyCreator extends java.lang.Object implements ICacheKeyCreator
key规则 : 方法名(参数1名=参数1值|参数2名=参数2值|...)
| Constructor and Description |
|---|
DefaultCacheKeyCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheKey(ProceedingJoinPoint joinPoint)
根据签名,自动生成缓存的Key
|
public java.lang.String getCacheKey(ProceedingJoinPoint joinPoint)
getCacheKey in interface ICacheKeyCreatorjoinPoint -