Package | Description |
---|---|
org.apache.cassandra.cache |
Modifier and Type | Method and Description |
---|---|
static <K extends IMeasurableMemory,V extends IMeasurableMemory> |
CaffeineCache.create(long weightedCapacity) |
static <K extends IMeasurableMemory,V extends IMeasurableMemory> |
CaffeineCache.create(long weightedCapacity,
com.github.benmanes.caffeine.cache.Weigher<K,V> weigher)
Initialize a cache with initial capacity with weightedCapacity
|
Copyright © 2009-2022 The Apache Software Foundation