程序包 org.springframework.boot.actuate.cache
Actuator support for caches.
类概要 类 说明 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.异常错误概要 异常错误 说明 NonUniqueCacheException Exception thrown when multiple caches exist with the same name.