Viceroy icon indicating copy to clipboard operation
Viceroy copied to clipboard

"Replace" for core cache API

Open cceckman-at-fastly opened this issue 7 months ago • 0 comments

#473 has the last bits of the core cache API that we expect to deliver for now. The simple cache API should all work. The core cache API is partly implemented:

  • Non-transactional insert and lookup are implemented
  • Transaction is implemented
  • replace is not implemented

The replace entry point and associated calls turn up an error if called, so this should be a clear error.

If you're interested in an implementation of replace, give a shout here and that can inform Fastly's efforts.

cceckman-at-fastly avatar Jul 17 '25 14:07 cceckman-at-fastly