Java org.springframework.cache.interceptor CacheOperationInvocationContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.cache.interceptor CacheOperationInvocationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.cache.interceptor CacheOperationInvocationContext.

The text is from its open source code.

Method

Object[]getArgs()
Return the argument list used to invoke the method.
OgetOperation()
Return the cache operation.