Class CacheMeterBinderCompatibilityKit

java.lang.Object
io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit

public abstract class CacheMeterBinderCompatibilityKit extends Object
  • Constructor Details

    • CacheMeterBinderCompatibilityKit

      public CacheMeterBinderCompatibilityKit()
  • Method Details

    • binder

      public abstract io.micrometer.core.instrument.binder.cache.CacheMeterBinder binder()
      Returns:
      A cache binder bound to a cache named "mycache".
    • put

      public abstract void put(String key, String value)
    • get

      @Nullable public abstract String get(String key)