Package org.flasby.util
Interface Cache<Key,Value>
- All Known Subinterfaces:
BlockingCache<Key,
Value>
- All Known Implementing Classes:
ShinyCache
,SimpleCache
public interface Cache<Key,Value>
-
Method Summary
-
Method Details
-
get
-
size
int size() -
iterator
-