Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Allow the cache core to tag a cache entry to be served stale, and for how long. This functionality would be exposed through three paths:
  • *#
    1. Explicitly set via a plugin using new APIs.
    2. Implicitly set via the stale-while-revalidate Cache-Control: header as specific in RFC5861. This could be overridden by a plugin above.
    3. Defaulted via records.config and/or hosting.config settings. If in records.config, it could be configured per-remap via conf_remap plugin.
  • Allow the HTTP State Machine to restart the cache-sm any number of times (not just once or twice). This requires both changes to the core, and additions to the APIs. It's a more generic implementation to the current 2nd cache state machine.

...