Class CachesEndpoint.CacheDescriptor
java.lang.Object
org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
- Direct Known Subclasses:
CachesEndpoint.CacheEntry
- Enclosing class:
- CachesEndpoint
Basic description of a
Cache
, primarily intended for serialization to JSON.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CacheDescriptor
-
-
Method Details
-
getTarget
Return the fully qualified name of the native cache.- Returns:
- the fully qualified name of the native cache
-