JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.codeupsoft.component.redis.function
RedisCacheLoader
Contents
Description
Method Summary
Method Details
load()
Hide sidebar
Show sidebar
Interface RedisCacheLoader<
T
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
RedisCacheLoader<T>
支持自定义过期时间的缓存加载器接口.
Author:
Liu,Dongdong
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
RedisCacheData
<
T
>
load
()
加载缓存数据.
Method Details
load
RedisCacheData
<
T
>
load
()
加载缓存数据.
Returns:
缓存数据