【问题标题】:What does caching or not-Caching mean when talking about URL parameters (Matrix, Request or Path)在谈论 URL 参数(矩阵、请求或路径)时,缓存或非缓存是什么意思
【发布时间】:2012-04-25 11:52:09
【问题描述】:

当我了解有关“缓存”一词的 http 请求时,我阅读了几篇文章,我知道这意味着更快的访问,但是如何以及在哪里?

  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

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

还有其他 URL 模式吗?

参考:1,2 来自 here 和 3 来自 here

【问题讨论】:

  • @julianReschke 为什么在裁判中他们说 Num 2 不是?
  • Ismail:“可缓存”和“总是被缓存”是有区别的。
  • @JulianReschke 谢谢你的准确,所以你能帮我理解缓存到底是什么吗?
  • 伊斯梅尔:见mnot.net/cache_docs
  • 感谢@JulianReschke,这应该是答案

标签: http jakarta-ee


【解决方案1】:

所有这些都可以被缓存。

您可能想阅读

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-04-19
    • 2023-03-12
    • 2014-05-10
    • 2012-09-18
    • 2023-03-25
    • 1970-01-01
    • 1970-01-01
    • 2015-01-17
    相关资源
    最近更新 更多