Servlet与缓存

Servlet类

请求缓存:

response.setDateHeader("Expires",System.currentTimeMills()+1000*60*60) ;

刷新缓存:

请求头 If-Modified-Since

服务器 lastModified

请求头 和 服务器 进行比较 决定是否缓存

posted on 2012-06-11 23:01  Knuth_档案  阅读(154)  评论(0编辑  收藏  举报

导航