类 CachingOperationInvoker
java.lang.Object
org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
- 所有已实现的接口:
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
-
方法概要
修饰符和类型方法说明long
Return the maximum time in milliseconds that a response can be cached.invoke
(InvocationContext context) Invoke the underlying operation using the givencontext
.
-
方法详细资料
-
getTimeToLive
public long getTimeToLive()Return the maximum time in milliseconds that a response can be cached.- 返回:
- the time to live of a response
-
invoke
从接口复制的说明:OperationInvoker
Invoke the underlying operation using the givencontext
.- 指定者:
invoke
在接口中OperationInvoker
- 参数:
context
- the context to use to invoke the operation- 返回:
- the result of the operation, may be
null
-