cachel-control

nodejs:node

      res.set('Cache-Control', 'public, max-age=31557600');express

express全局設置:服務器

      app.use(express.static(__dirname+"/public",maxAge:120000}))

  

 

 

客戶端設置:app

 方案1:ui

    xhr.open('get','/123')blog

    xhr.setRequestHeader('cache-control','max-age=3000')get

 方案2:ejs

   meta 如今設置 總會被服務器端覆蓋服務器端

  <meta http-equiv="Cache-Control" content="max-age=3000"></meta> 並非好的方案???cache-control

???

本站公眾號
   歡迎關注本站公眾號,獲取更多信息