模块 org.redkale

接口 CacheSource

  • 所有超级接口:
    Resourcable
    所有已知实现类:
    AbstractCacheSource, CacheMemorySource

    @Component
    public interface CacheSource
    extends Resourcable
    Redkale中缓存数据源的核心类。 主要供业务开发者使用, 技术开发者提供CacheSource的实现。
    CacheSource提供三种数据类型操作: String、Long和泛型指定的数据类型。
    String统一用setString、getString等系列方法。
    Long统一用setLong、getLong、incr等系列方法。
    其他则供自定义数据类型使用。

    详情见: https://redkale.org

    作者:
    zhangjx