Uses of Interface
com.luna.common.anno.Func0
Packages that use Func0
Package
Description
缓存简单实现
愿意消耗一些内存空间来提升速度
预料到某些键会被多次查询
缓存中存放的数据总量不会超出内存容量
要更快的响应,缓存不需要网络 io(集中式缓存需要额外网络 io)
-
Uses of Func0 in com.luna.common.cache
Methods in com.luna.common.cache with parameters of type Func0