Class GuavaCache<K,V>

java.lang.Object
org.aoju.bus.pager.cache.GuavaCache<K,V>
All Implemented Interfaces:
Cache<K,V>

public class GuavaCache<K,V> extends Object implements Cache<K,V>
Simple Guava Cache
Since:
Java 17+
Author:
Kimi Liu