Class CaffeineCache<K,V>

java.lang.Object
waffle.util.cache.CaffeineCache<K,V>
Type Parameters:
K - the type of keys maintained by this cache
V - the type of mapped values
All Implemented Interfaces:
Cache<K,V>

public class CaffeineCache<K,V> extends Object implements Cache<K,V>
A Cache based on Cache.