Skip to content

Refactor Caching Mechanism

Compare
Choose a tag to compare
@markwallsgrove markwallsgrove released this 07 Mar 11:19
· 17 commits to master since this release
7e2af7c

This release is a breaking change where the majority of the $cacheTTL attributes on the exposed methods have been removed.

Modified methods:

  • OAuthClients::getOAuthClient removed third attribute ($cacheTTL)
  • OAuthClients::listScopes removed second attribute ($pubCertCacheTTL)
  • Users::getUserByGupid removed second attribute ($cacheTTL)
  • Users::getUserByGuids removed third attribute ($cacheTTL)