(1)、扩展SpringCache一站式解决缓存击穿,穿透,雪崩

1、问题描述

我们在使用SpringCache的@Cacheable注解时,发现并没有设置过期时间这个功能。

@Target({
   ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@I

你可能感兴趣的:(缓存,springboot)