Interface Cache<K,V>

All Known Implementing Classes:
GuavaCache, SimpleCache

public interface Cache<K,V>
Simple cache interface
Since:
Java 17+
Author:
Kimi Liu