public class CachePointcut
extends org.springframework.aop.support.StaticMethodMatcherPointcut
implements org.springframework.aop.ClassFilter
| 构造器和说明 |
|---|
CachePointcut(String[] basePackages) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getKey(Method method,
Class targetClass) |
boolean |
matches(Class clazz) |
boolean |
matches(Method method,
Class targetClass) |
boolean |
matchesThis(Class clazz) |
void |
setCacheConfigMap(ConfigMap cacheConfigMap) |
public CachePointcut(String[] basePackages)
public boolean matches(Class clazz)
matches 在接口中 org.springframework.aop.ClassFilterpublic boolean matchesThis(Class clazz)
public boolean matches(Method method, Class targetClass)
matches 在接口中 org.springframework.aop.MethodMatcherpublic void setCacheConfigMap(ConfigMap cacheConfigMap)
Copyright © 2013–2019. All rights reserved.