Class CachesEndpoint.CacheDescriptor

java.lang.Object
org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
Direct Known Subclasses:
CachesEndpoint.CacheEntry
Enclosing class:
CachesEndpoint

public static class CachesEndpoint.CacheDescriptor extends Object
Basic description of a Cache, primarily intended for serialization to JSON.
  • 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