We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@CacheEvict(value = {"pt:test", "pt:other"}, allEntries = true)
如上注解,二级缓存是可以清除成功,但是一级缓存没有清除。 经测试清除缓存后没有重新访问 DB
The text was updated successfully, but these errors were encountered:
加入缓存的注解 @Cacheable(value = "pt:test:select", depict = "XXXX" ..... )
Sorry, something went wrong.
应该描述为 一级缓存没有命中,即 一级缓存 pt:test 没有命中到 pt:test:select
No branches or pull requests
@CacheEvict(value = {"pt:test", "pt:other"}, allEntries = true)
如上注解,二级缓存是可以清除成功,但是一级缓存没有清除。
经测试清除缓存后没有重新访问 DB
The text was updated successfully, but these errors were encountered: