Interface CacheInfo

  • All Superinterfaces:
    io.micronaut.core.naming.Named

    public interface CacheInfo
    extends io.micronaut.core.naming.Named
    Provides information about the state of the cache.
    Since:
    1.1
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> get()
      A publisher that emits a single result containing the cache data.
      • Methods inherited from interface io.micronaut.core.naming.Named

        getName
    • Method Detail

      • get

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