Class CachesEndpoint

java.lang.Object
org.springframework.boot.actuate.cache.CachesEndpoint

@Endpoint(id="caches") public class CachesEndpoint extends Object
@Endpoint to expose available caches.
Since:
2.1.0
  • Constructor Details

    • CachesEndpoint

      public CachesEndpoint(Map<String,org.springframework.cache.CacheManager> cacheManagers)
      Create a new endpoint with the CacheManager instances to use.
      Parameters:
      cacheManagers - the cache managers to use, indexed by name
  • Method Details