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

    Modifier and Type
    Method
    Description
    加载缓存数据.
  • Method Details