Class CachesEndpoint.CacheEntryDescriptor

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

public static final class CachesEndpoint.CacheEntryDescriptor extends CachesEndpoint.CacheDescriptor
Description of a Cache entry.
  • Constructor Details

    • CacheEntryDescriptor

      public CacheEntryDescriptor(Cache cache, String cacheManager)
  • Method Details

    • getName

      public String getName()
    • getCacheManager

      public String getCacheManager()