Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在带有标签的 jsps 上使用 OSCache。为了提高性能,我使用 oscache jsp 标签缓存了一些 jsp。
我希望缓存始终返回缓存的结果,然后重建cahce。这样,我的用户就不会等待重新构建缓存。返回缓存结果后,可能会发生刷新。
任何人都知道如何实施?
好的,所以我完全放弃了 OSCache,因为它不再受支持。我现在正在使用 EHCache,效果很好!
阿萨夫