您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH:
接口的使用
com.alibaba.ageiport.common.function.Func0
使用
Func0
的程序包
程序包
说明
com.alibaba.ageiport.common.collections.cache
com.alibaba.ageiport.common.collections.cache
中
Func0
的使用
参数类型为
Func0
的
com.alibaba.ageiport.common.collections.cache
中的方法
修饰符和类型
方法
说明
V
SimpleCache.
get
(
K
key,
Func0
<
V
> supplier)
从缓存中获得对象,当对象不在缓存中或已经过期返回Func0回调产生的对象