Uses of Class
org.springframework.boot.actuate.cache.CachesEndpoint
Packages that use CachesEndpoint
Package
Description
Auto-configuration for actuator cache concerns.
Actuator support for caches.
-
Uses of CachesEndpoint in org.springframework.boot.actuate.autoconfigure.cache
Methods in org.springframework.boot.actuate.autoconfigure.cache that return CachesEndpointModifier and TypeMethodDescriptionCachesEndpointAutoConfiguration.cachesEndpoint
(Map<String, CacheManager> cacheManagers) Methods in org.springframework.boot.actuate.autoconfigure.cache with parameters of type CachesEndpointModifier and TypeMethodDescriptionCachesEndpointAutoConfiguration.cachesEndpointWebExtension
(CachesEndpoint cachesEndpoint) -
Uses of CachesEndpoint in org.springframework.boot.actuate.cache
Constructors in org.springframework.boot.actuate.cache with parameters of type CachesEndpoint