类 CachesEndpoint.CacheDescriptor

java.lang.Object
org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
所有已实现的接口:
OperationResponseBody
直接已知子类:
CachesEndpoint.CacheEntryDescriptor
封闭类:
CachesEndpoint

public static class CachesEndpoint.CacheDescriptor extends Object implements OperationResponseBody
Description of a Cache.
  • 构造器详细资料

    • CacheDescriptor

      public CacheDescriptor(String target)
  • 方法详细资料

    • getTarget

      public String getTarget()
      Return the fully qualified name of the native cache.
      返回:
      the fully qualified name of the native cache