首页 > 代码库 > 200 from memory cache / from disk cache / 304 Not Modified 区别

200 from memory cache / from disk cache / 304 Not Modified 区别

三者情况有什么区别和联系,什么情况下会发生200 from memory cache 或 200 from disk cache 或 304 Not Modified?


200 from memory cache / from disk cache / 304 Not Modified 区别 >> python

这个答案描述的挺清楚的:
http://www.goodpm.net/postreply/python/1010000008991724/200frommemorycachefromdiskcache304NotModified区别.html

200 from memory cache / from disk cache / 304 Not Modified 区别