通过调用evict和evictifpresent处理缓存逐出的方式有所不同(https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cache/cache.html#evict-java.lang.object-)调用收回:实际收回可能以异步或延迟方式执行,在随后的查找中,可能仍然可以看到条目。调用evictifpresent:如果存在该键,则从该缓存中逐出该键的Map,期望该键在后续查找中立即不可见。
@cacheevict是否退出(https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/cache/annotation/cacheevict.html)调用excive或excitifPresent内部?
暂无答案!
目前还没有任何答案,快来回答吧!