Class CachesEndpoint.CacheEntry

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

public static final class CachesEndpoint.CacheEntry extends CachesEndpoint.CacheDescriptor
Description of a Cache, primarily intended for serialization to JSON.
  • Constructor Details

    • CacheEntry

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

    • getName

      public String getName()
    • getCacheManager

      public String getCacheManager()