public abstract class AbstractVitamCache<T,V> extends Object implements VitamCache<T,V>
Constructor and Description |
---|
AbstractVitamCache() |
AbstractVitamCache(boolean enableStats) |
AbstractVitamCache(boolean enableStats,
int concurrencyLevel) |
AbstractVitamCache(int concurrencyLevel) |
Modifier and Type | Method and Description |
---|---|
com.google.common.cache.LoadingCache<T,V> |
getCache() |
protected abstract V |
loadByKey(T key) |
protected abstract Map<T,V> |
loadByKeys(Iterable<? extends T> keys) |
Copyright © 2018 Vitam. All rights reserved.