没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Java EE Cache Filter |
Java EE Cache Filter
|
1 | 0 | 88 |
贡献者 | 讨论 | 代码提交 |
概述
Java EE Cache Filter provides a collection of common Servlet filters for Java web applications allowing you to transparently set HTTP cache headers in order to enable browser caching.
Why does cache matter?
Web page designs are getting richer and richer, which means more scripts, stylesheets, images, and Flash in the page. A first-time visitor to your page may have to make several HTTP requests, but by using the Expires header you make those components cacheable. This avoids unnecessary HTTP requests on subsequent page views.
Browsers (and proxies) use a cache to reduce the number and size of HTTP requests, making web pages load faster.
创建时间:2014-05-06 16:38