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

Caching Interface #2

Open
rudibatt opened this issue Jul 2, 2014 · 0 comments
Open

Caching Interface #2

rudibatt opened this issue Jul 2, 2014 · 0 comments

Comments

@rudibatt
Copy link

rudibatt commented Jul 2, 2014

There could be a Caching Interface that can be implemented by the integrator and is automatically used internally. By default it should be implemented by a dummy that does nothing.

  • can be activated / deactivated
  • add/contains/get entries (serialized)
  • should not be used for timed-out results
  • return the information about the cache size
  • clearing cache (which should be triggered whenever there was a new import on FF side)
  • cache-hit tracking
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