目前我正在使用Spring Cache和@Cacheable/ @CacheEvictannotations.
@Cacheable
@CacheEvict
我想得到某种类似的控制台日志声明 "INFO: i got those values from the cache, NOT from the host. awesome"
"INFO: i got those values from the cache, NOT from the host. awesome"
有一个干净,简单的方法吗?slf4j如果有任何兴趣,我们显然使用btw.
slf4j
java spring slf4j spring-cache
java ×1
slf4j ×1
spring ×1
spring-cache ×1