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

Decide policy regarding "write queries". #33

Open
danibishop opened this issue Jan 29, 2019 · 1 comment
Open

Decide policy regarding "write queries". #33

danibishop opened this issue Jan 29, 2019 · 1 comment

Comments

@danibishop
Copy link

We need to decide if it is 100% up to the user to decide if chache must be used in every specific case or if we try to define a default behavior depending on how the query looks. There is already a ticket regarding this at #20

@josemazo
Copy link
Contributor

On second thoughts, I think the best behavior could be don't cache any query, and use it if the method says so. The developers should be responsible if they cache a write query... maybe it's the behavior they want.

danibishop pushed a commit that referenced this issue Jan 30, 2019
…figurable in a per-query basis using a bool parameter in the query() method.
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

3 participants