Package io.micronaut.cache
Interface CacheInfo
- All Superinterfaces:
 io.micronaut.core.naming.Named
- All Known Implementing Classes:
 InfinispanCacheInfo
public interface CacheInfo
extends io.micronaut.core.naming.Named
Provides information about the state of the cache.
- Since:
 - 1.1
 - Author:
 - graemerocher
 
- 
Method Summary
Methods inherited from interface io.micronaut.core.naming.Named
getName 
- 
Method Details
- 
get
A publisher that emits a single result containing the cache data.- Returns:
 - Cache data
 
 
 -