Changeset 1896 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 15/09/12 10:06:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r1894 r1896 1182 1182 1183 1183 <section title="no-cache" anchor="cache-request-directive.no-cache"> 1184 <iref item="Cache Directives" primary="true" subitem="no-cache" /> 1185 <iref item="no-cache" primary="true" subitem="Cache Directive" /> 1184 <iref item="no-cache (cache directive)" primary="true" /> 1186 1185 <t> 1187 1186 The "no-cache" request directive indicates that a cache &MUST-NOT; … … 1192 1191 1193 1192 <section title="no-store" anchor="cache-request-directive.no-store"> 1194 <iref item="Cache Directives" primary="true" subitem="no-store" /> 1195 <iref item="no-store" primary="true" subitem="Cache Directive" /> 1193 <iref item="no-store (cache directive)" primary="true" /> 1196 1194 <t> 1197 1195 The "no-store" request directive indicates that a cache &MUST-NOT; … … 1217 1215 1218 1216 <section title="max-age" anchor="cache-request-directive.max-age"> 1219 <iref item="Cache Directives" primary="true" subitem="max-age" /> 1220 <iref item="max-age" primary="true" subitem="Cache Directive" /> 1217 <iref item="max-age (cache directive)" primary="true" /> 1221 1218 <t> 1222 1219 Argument syntax: … … 1241 1238 1242 1239 <section title="max-stale" anchor="cache-request-directive.max-stale"> 1243 <iref item="Cache Directives" primary="true" subitem="max-stale" /> 1244 <iref item="max-stale" primary="true" subitem="Cache Directive" /> 1240 <iref item="max-stale (cache directive)" primary="true" /> 1245 1241 <t> 1246 1242 Argument syntax: … … 1267 1263 1268 1264 <section title="min-fresh" anchor="cache-request-directive.min-fresh"> 1269 <iref item="Cache Directives" primary="true" subitem="min-fresh" /> 1270 <iref item="min-fresh" primary="true" subitem="Cache Directive" /> 1265 <iref item="min-fresh (cache directive)" primary="true" /> 1271 1266 <t> 1272 1267 Argument syntax: … … 1292 1287 1293 1288 <section title="no-transform" anchor="cache-request-directive.no-transform"> 1294 <iref item="Cache Directives" primary="true" subitem="no-transform" /> 1295 <iref item="no-transform" primary="true" subitem="Cache Directive" /> 1289 <iref item="no-transform (cache directive)" primary="true" /> 1296 1290 <t> 1297 1291 The "no-transform" request directive indicates that an intermediary … … 1304 1298 1305 1299 <section title="only-if-cached" anchor="cache-request-directive.only-if-cached"> 1306 <iref item="Cache Directives" primary="true" subitem="only-if-cached" /> 1307 <iref item="only-if-cached" primary="true" subitem="Cache Directive" /> 1300 <iref item="only-if-cached (cache directive)" primary="true" /> 1308 1301 <t> 1309 1302 The "only-if-cached" request directive indicates that the client only wishes … … 1323 1316 1324 1317 <section title="public" anchor="cache-response-directive.only-if-cached"> 1325 <iref item="Cache Directives" primary="true" subitem="public" /> 1326 <iref item="public" primary="true" subitem="Cache Directive" /> 1318 <iref item="public (cache directive)" primary="true" /> 1327 1319 <t> 1328 1320 The "public" response directive indicates that a response whose … … 1333 1325 1334 1326 <section title="private" anchor="cache-response-directive.private"> 1335 <iref item="Cache Directives" primary="true" subitem="private" /> 1336 <iref item="private" primary="true" subitem="Cache Directive" /> 1327 <iref item="private (cache directive)" primary="true" /> 1337 1328 <t> 1338 1329 Argument syntax: … … 1375 1366 1376 1367 <section title="no-cache" anchor="cache-response-directive.no-cache"> 1377 <iref item="Cache Directives" primary="true" subitem="no-cache" /> 1378 <iref item="no-cache" primary="true" subitem="Cache Directive" /> 1368 <iref item="no-cache (cache directive)" primary="true" /> 1379 1369 <t> 1380 1370 Argument syntax: … … 1421 1411 1422 1412 <section title="no-store" anchor="cache-response-directive.no-store"> 1423 <iref item="Cache Directives" primary="true" subitem="no-store" /> 1424 <iref item="no-store" primary="true" subitem="Cache Directive" /> 1413 <iref item="no-store (cache directive)" primary="true" /> 1425 1414 <t> 1426 1415 The "no-store" response directive indicates that a cache &MUST-NOT; … … 1441 1430 1442 1431 <section title="must-revalidate" anchor="cache-response-directive.must-revalidate"> 1443 <iref item="Cache Directives" primary="true" subitem="must-revalidate" /> 1444 <iref item="must-revalidate" primary="true" subitem="Cache Directive" /> 1432 <iref item="must-revalidate (cache directive)" primary="true" /> 1445 1433 <t> 1446 1434 The "must-revalidate" response directive indicates that once it has … … 1464 1452 1465 1453 <section title="proxy-revalidate" anchor="cache-response-directive.proxy-revalidate"> 1466 <iref item="Cache Directives" primary="true" subitem="proxy-revalidate" /> 1467 <iref item="proxy-revalidate" primary="true" subitem="Cache Directive" /> 1454 <iref item="proxy-revalidate (cache directive)" primary="true" /> 1468 1455 <t> 1469 1456 The "proxy-revalidate" response directive has the same meaning as the … … 1474 1461 1475 1462 <section title="max-age" anchor="cache-response-directive.max-age"> 1476 <iref item="Cache Directives" primary="true" subitem="max-age" /> 1477 <iref item="max-age" primary="true" subitem="Cache Directive" /> 1463 <iref item="max-age (cache directive)" primary="true" /> 1478 1464 <t> 1479 1465 Argument syntax: … … 1497 1483 1498 1484 <section title="s-maxage" anchor="cache-response-directive.s-maxage"> 1499 <iref item="Cache Directives" primary="true" subitem="s-maxage" /> 1500 <iref item="s-maxage" primary="true" subitem="Cache Directive" /> 1485 <iref item="s-maxage (cache directive)" primary="true" /> 1501 1486 <t> 1502 1487 Argument syntax: … … 1522 1507 1523 1508 <section title="no-transform" anchor="cache-response-directive.no-transform"> 1524 <iref item="Cache Directives" primary="true" subitem="no-transform" /> 1525 <iref item="no-transform" primary="true" subitem="Cache Directive" /> 1509 <iref item="no-transform (cache directive)" primary="true" /> 1526 1510 <t> 1527 1511 The "no-transform" response directive indicates that an intermediary
Note: See TracChangeset
for help on using the changeset viewer.