Versions Compared

Key

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

...

I'm breaking this proposal up into three sections, since it involves pretty invasive changes to not only the core, but to existing (experimental) APIs.

API additions

The follow followin APIs would be added:

Code Block
  TSReturnCode TSHttpCacheKeySet(void *data, size_t len);
  TSReturnCode TSHttpCacheKeyUpdate(void *data, size_t len);

...