spring-framework / org.springframework.cache.jcache.interceptor / JCacheOperationSourcePointcut

JCacheOperationSourcePointcut

abstract class JCacheOperationSourcePointcut : StaticMethodMatcherPointcut, Serializable

A Pointcut that matches if the underlying JCacheOperationSource has an operation for a given method.

Author
Stephane Nicoll

Since
4.1

Constructors

<init>

JCacheOperationSourcePointcut()

A Pointcut that matches if the underlying JCacheOperationSource has an operation for a given method.

Functions

equals

open fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

matches

open fun matches(method: Method, targetClass: Class<*>): Boolean

toString

open fun toString(): String