Class CachesEndpoint.CacheDescriptor

java.lang.Object
org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
All Implemented Interfaces:
OperationResponseBody
Direct Known Subclasses:
CachesEndpoint.CacheEntryDescriptor
Enclosing class:
CachesEndpoint

public static class CachesEndpoint.CacheDescriptor extends Object implements OperationResponseBody
Description of a Cache.
  • Constructor Details

    • CacheDescriptor

      public CacheDescriptor(String target)
  • Method Details

    • getTarget

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