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

    Modifier and Type
    Method
    Description
    @NonNull Map<String,Object>
    get()
    A publisher that emits a single result containing the cache data.

    Methods inherited from interface io.micronaut.core.naming.Named

    getName
  • Method Details

    • get

      @NonNull @SingleResult @NonNull Map<String,Object> get()
      A publisher that emits a single result containing the cache data.
      Returns:
      Cache data