spring.net查看cacheresult进行排查
各位好迪, 如何查看Spring.NEt AOP缓存配置的cacheresult以查看缓存是否有正确的结果?是否有我错过的日志功能?我对框架有点陌生,所以一些细节会很有用。 谢谢!
Howdi folks,
How can I view the cacheresult of a Spring.NEt AOP caching configuration to see if the cache has the correct results? Is there a logging feature that I missed? I'm a little new to the fraemwork, so a little detail would be userful.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我看到两种解决方案:
1)在DEBUG级别激活Spring日志
2) 访问ICache实例所使用的Cache属性,并使用ICache.Keys属性。
I see 2 solutions :
1) Activate the Spring logs at DEBUG level
2) Access the ICache instance used by the Cache attributes, and use the ICache.Keys properties.