spring-framework / org.springframework.cache.interceptor / CacheProxyFactoryBean / setPointcut

setPointcut

open fun setPointcut(pointcut: Pointcut): Unit

Set a pointcut, i.e a bean that can cause conditional invocation of the CacheInterceptor depending on method and attributes passed. Note: Additional interceptors are always invoked.

See Also
#setPreInterceptors#setPostInterceptors