K - The key classV - The value classpublic interface StorageBackend<K,V>
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<K,? extends TCacheHolder<V>> |
createMap(Builder<K,V> builder,
double sizeFactor)
Returns a ConcurrentMap conforming to the configuration specified in the builder.
|
ConcurrentMap<K,? extends TCacheHolder<V>> createMap(Builder<K,V> builder, double sizeFactor)
builder - The configuration parameter for the MapsizeFactor - Sizing factor to take into accountCopyright © 2018 trivago. All rights reserved.