会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
富坚老贼
https://github.com/buchizaodian
新随笔
管理
2021年12月26日
asp.net core 缓存
摘要: 一、浏览器缓存 服务器如果返回 cache-control:max-age=60,则表示服务器通知浏览器端可以缓存这个内容60秒 //缓存3秒 [ResponseCache(Duration = 3)] [HttpGet] public DateTime get() { return DateTim
阅读全文
posted @ 2021-12-26 20:38 富坚老贼
阅读(56)
评论(0)
推荐(0)
编辑
公告