Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Bypass caching on individual calls. #26

Open
randykerber opened this issue Jan 15, 2018 · 0 comments
Open

Feature: Bypass caching on individual calls. #26

randykerber opened this issue Jan 15, 2018 · 0 comments

Comments

@randykerber
Copy link
Member

Currently, if caching is enabled, when issuing an API request that has previously been called the LDA will respond with the cached result.

If wanting to test, debug, or measure timing, you generally do not want the cached result, you would want the LDA to compute a new result. Currently, the only way to turn caching off is to restart the LDA with caching configured to be disabled.

Likely solution would be to add a query variable to the incoming request (e.g., '_usecache', '_bypasscache'?) to allow the use of caching to be controlled per API call. The default would be use use caching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant