可有人請解釋什麼,如果我什麼是使用可高速緩存的註釋
com.googlecode.ehcache.annotations.Cacheable 和 org.springframework.cache.annotation.Cacheable
之間的區別用第二個替換第一個將會有什麼效果?
我已經在使用的彈簧
@Cacheable(value = "policyCache")
public ResponseEntity<ResponseVO> listById(@PathVariable(value = "id"))