如何知道spring-cache中缓存的当前缓存大小? 我想在缓存大小达到最大值时进行记录。我找不到执行此操作的函数。我怎么知道?
答案 0 :(得分:0)
Spring的缓存抽象不处理底层细节。
您需要使用其他缓存实现,您可以在此处https://docs.spring.io/spring-boot/docs/2.1.6.RELEASE/reference/html/boot-features-caching.html#boot-features-caching-provider-simple
看到很多示例