目录1、自定义注解CacheExpireConfig 2、使用注解3、启动时加载缓存过期配置4、重写RedisCacheManager,设置过期时间5、缓存自动刷新6、TaRedisCacheFactory刷新策略7、MethodCacheExpireConfig8、RefreshCache
what is the nullable开发者_运维百科 integer and where can it be used?The nullable integer int? or Nullable<int> is a value type in C# whose value can be null or an integer value. It defaults to