天行健,君子以自强不息;
      地势坤,君子以厚德载物;

  • 1 
预览模式: 普通 | 列表

Squid refresh_pattern 相关

Synopsis
The way how the objects in the cache be refreshed is defined using this tag. By default, regular expressions are CASE-SENSITIVE.  To make them case-insensitive, use the -i option.

Basically a cached object is:
FRESH  if expires < now, else STALE
STALE  if age > max
FRESH &nb

[阅读全文]

  • 1