注释类型 CacheMono

    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      CacheType cacheType
      缓存方式
      long expire
      缓存过期时间,单位秒,默认24小时
      String key  
    • 元素详细资料

      • key

        String key
        默认值:
        "$$undefined$$"
      • cacheType

        CacheType cacheType
        缓存方式
        返回:
        CacheType
        默认值:
        me.youm.core.cache.model.CacheType.REDIS
      • expire

        long expire
        缓存过期时间,单位秒,默认24小时
        默认值:
        86400000L