Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

Cache modes

Open g105b opened this issue 3 years ago • 0 comments

The init parameter "cache" specifies one of the following cache modes:

  • default
  • no-store
  • reload
  • no-cache
  • force-cache
  • only-if-cached

See: https://developer.mozilla.org/en-US/docs/Web/API/Request/cache

Currently, there is no cache mechanism built into the library. Maybe this should be part of PHP.Gt/Curl instead?

g105b avatar Jan 02 '21 14:01 g105b