Annotation Interface EnableCache


@Inherited @Documented @Target(TYPE) @Retention(RUNTIME) @Import(CacheConfiguration.class) public @interface EnableCache
启用缓存支持
Since:
Java 17+
Author:
Kimi Liu