目录1、HashMap2、Guava Cache3、Caffeine4、Encache本地缓存比如 caffine,guava cache 这些都是比较常用的,本地缓存的优点就是速度非常快,没有网络消耗,缺点就是应用重启后,缓存就会丢失。
I\'d like to pass a method of a class as callback to a WinAPI function. Is this possible and if yes, how?