Class CaffeineCache<K,V>

java.lang.Object
org.restheart.cache.impl.CaffeineCache<K,V>
Type Parameters:
K - the class of the keys.
V - the class of the values (is Optional-ized).
All Implemented Interfaces:
Cache<K,V>

public class CaffeineCache<K,V> extends Object implements Cache<K,V>
Author:
Andrea Di Cesare <[email protected]>