Package org.springframework.boot.actuate.cache
Actuator support for caches.
Class Summary Class Description CachesEndpoint Endpointto expose availablecaches.CachesEndpoint.CacheDescriptor Basic description of aCache, primarily intended for serialization to JSON.CachesEndpoint.CacheEntry Description of aCache, primarily intended for serialization to JSON.CachesEndpoint.CacheManagerDescriptor Description of aCacheManager, primarily intended for serialization to JSON.CachesEndpoint.CachesReport A report of availablecaches, primarily intended for serialization to JSON.CachesEndpointWebExtension EndpointWebExtensionfor theCachesEndpoint.Exception Summary Exception Description NonUniqueCacheException Exception thrown when multiple caches exist with the same name.