Interface CacheOperationInvocationContext<O extends BasicOperation>

    • Method Detail

      • getTarget

        Object getTarget()
        Return the target instance on which the method was invoked.
      • getArgs

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