Skip to content

Add in-memory caching for calls to Meetup.com

Jamie Tanna requested to merge feature/caching into develop

To prevent unnecessary calls to the API, which then may be rate-limited, as well as avoiding unnecessary outbound traffic for refreshing API calls, we can instead use Spring-Cache to cache these calls.

It hasn't been as easy to test it as I'd hoped, so #10 (closed) is raised to add an integration test.

Closes #5 (closed).

Merge request reports