Class PersistCaches
- java.lang.Object
-
- org.projectnessie.versioned.storage.cache.PersistCaches
-
public final class PersistCaches extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CacheBackendnewBackend(long capacityMb, io.micrometer.core.instrument.MeterRegistry meterRegistry)Produces aCacheBackendwith the given maximum capacity.
-
-
-
Method Detail
-
newBackend
public static CacheBackend newBackend(long capacityMb, io.micrometer.core.instrument.MeterRegistry meterRegistry)
Produces aCacheBackendwith the given maximum capacity.
-
-