类 CachingOperationInvoker

java.lang.Object
org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
所有已实现的接口:
OperationInvoker

public class CachingOperationInvoker extends Object implements OperationInvoker
An OperationInvoker that caches the response of an operation with a configurable time to live.
从以下版本开始:
2.0.0
作者:
Stephane Nicoll, Christoph Dreis, Phillip Webb
  • 方法详细资料

    • getTimeToLive

      public long getTimeToLive()
      Return the maximum time in milliseconds that a response can be cached.
      返回:
      the time to live of a response
    • invoke

      public Object invoke(InvocationContext context)
      从接口复制的说明: OperationInvoker
      Invoke the underlying operation using the given context.
      指定者:
      invoke 在接口中 OperationInvoker
      参数:
      context - the context to use to invoke the operation
      返回:
      the result of the operation, may be null