OSCache jsp标签首先从缓存返回然后清除
我在带有标签的 jsp 上使用 OSCache。为了提高性能,我使用 oscache jsp 标记缓存一些 jsp。
我希望缓存始终返回缓存的结果,然后重建 cahce。这样我的用户就不用等待缓存被重建。返回缓存结果后,可能会发生刷新。
有人知道如何实施吗?
I am using OSCache on my jsps with tags. To improve performance, I am caching some of the jsp using the oscache jsp tags.
I would like the cache to always return the cached result and then rebuild the cahce. This way my users do not wait for the cache to be re-built. After returning the cached result, a flush can occur.
Anyone has an idea how to implement?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我完全放弃了 OSCache,因为它不再受支持。我现在正在使用 EHCache,效果非常好!
阿萨夫
Ok so I dropped OSCache completely as it is not supported anymore. I am now using EHCache which works great!
Assaf