Class CacheMeterBinderCompatibilityKit<C>
java.lang.Object
io.micrometer.core.instrument.binder.cache.CacheMeterBinderCompatibilityKit<C>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cache
-
-
Constructor Details
-
CacheMeterBinderCompatibilityKit
public CacheMeterBinderCompatibilityKit()
-
-
Method Details
-
createCache
The return value will be assigned tocache.- Returns:
- cache to use for tests
- See Also:
-
bindToRegistry()
-
dereferenceCache
public void dereferenceCache()Performs any actions necessary to fully dereference the cache object. -
binder
- Returns:
- A cache binder bound to a cache named "mycache".
-
put
-
get
-