Skip to content

Configurable cache

Choose a tag to compare

@bmckinney-ebsco bmckinney-ebsco released this 14 Nov 20:38
· 69 commits to master since this release

Fixed

  • Fixed a bug where the cached auth key isn't deleted if it expires before its cache expiration. This should only occur in rare cases where the auth token cache expiration exceeds 30 minutes.

Added

  • Cache expiration is configurable for individual EDS API calls (time unit = seconds).

Changed

  • Default cache expiration for auth keys is now 25 minutes instead of 30 to make sure they are always refreshed before their 30 minute expiration. If an expiration is configured longer than 25 minutes, it is reset to 25 minutes automatically.