谈论URL参数(矩阵,请求或路径)时,缓存或不缓存是什么意思 [英] What does caching or not-Caching mean when talking about URL parameters (Matrix, Request or Path)

查看:106
本文介绍了谈论URL参数(矩阵,请求或路径)时,缓存或不缓存是什么意思的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在学习有关缓存"一词的http请求时,我读了几篇文章,我知道这意味着访问速度更快,但是如何以及在何处访问?

I read in several posts as I'm learning about http requests about the term "Caching" I know it means faster access but how and where ?

  1. 矩阵参数被缓存,模式: http://some.where/thing; paramA = 1; paramB = 6542
  2. 未缓存请求/查询参数,格式: http://some. where/thing?paramA = 1& paramB = 6542
  3. 路径参数已缓存,格式: http://www.rest.services.com/item/b
  1. Matrix Params are cached, Pattern: http://some.where/thing;paramA=1;paramB=6542
  2. Request/Query Params aren't cached, Pattern: http://some.where/thing?paramA=1&paramB=6542
  3. Path Params are cached, Pattern: http://www.rest.services.com/item/b

那么在这个范围内缓存意味着什么?我用谷歌搜索,但没有运气.

So what does caching mean in this scope? I googled but no luck.

还有其他URL模式吗?

And Are there any other URL patterns ?

参考:1,2来自此处,而3来自此处

Ref: 1,2 From here and 3 from here

推荐答案

所有这些 都可以缓存.

您可能想阅读

http://www.mnot.net/cache_docs/

这篇关于谈论URL参数(矩阵,请求或路径)时,缓存或不缓存是什么意思的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆