Skip to content

Releases: Kevinrob/guzzle-cache-middleware

v0.4.1

17 Jul 07:49
Compare
Choose a tag to compare

Clean up.

v0.4

16 Jul 12:36
Compare
Choose a tag to compare

Add support for "stale-while-revalidate". The re-validation will occur at the end of the script or when CacheMiddleware::purgeReValidation() is called.
You must set the client with CacheMiddleware::setClient(Client) before.

v0.3

07 Jul 14:41
Compare
Choose a tag to compare
  • use doctrine/cache
  • support only validation

v0.2

30 Jun 21:05
Compare
Choose a tag to compare

Adding support of:

  • Cache-Control:no-cache
  • Only cache HEAD and GET

v0.1

30 Jun 11:22
Compare
Choose a tag to compare

Supported:

  • Expires
  • Cache-Control
    • max-age
    • no-store
  • Etag
  • Last-Modified