Skip to content

Disable lada-cache for certains queries #80

@f-liva

Description

@f-liva

lada-cache on Laravel 6 is giving me some problem and sometimes the queries are not invalidated and subsequent queries to the database return inconsistent data.

I would therefore like to understand if it is possible to disable lada-cache for certain queries to the database, here is an example:

MyModel::withoutLadaCache()->updateOrCreate(...);

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions