K - the key typeV - the value typepublic class TrellisCache<K,V> extends Object implements CacheService<K,V>
CacheService.TrellisProfileCache| Constructor and Description |
|---|
TrellisCache(com.google.common.cache.Cache<K,V> cache)
Create a Trellis cache.
|