Interface ICache<K,V>
- All Known Implementing Classes:
Cache
public interface ICache<K,V>
缓存接口
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
-
Method Details
-
get
-
put
-
remove
-
clear
void clear() -
computeIfAbsent
-
Cache