Interface Cache<K,V>

All Known Subinterfaces:
LoadingCache<K,V>

public interface Cache<K,V>
This interface is a blend between Caffeine's Cache and Guava's Cache. Please check their documentation for information in the methods below.