You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
I'm using the Result cache (Resources/doc/cache.md) but when I change the data, the cache doesn't invalidate. I'm using Docrtrine Cache on multiple places in my application and it works as expected, but for Datatables cache invalidation doesn't work.
Anyone found out how to invalidate the Doctrine cache that this library uses?
The text was updated successfully, but these errors were encountered:
Yeah, doctrine cache only works when data is updated with doctrine.
If you update the data directly in the database, the cache will not be invalidated.
I'm using the Result cache (Resources/doc/cache.md) but when I change the data, the cache doesn't invalidate. I'm using Docrtrine Cache on multiple places in my application and it works as expected, but for Datatables cache invalidation doesn't work.
Anyone found out how to invalidate the Doctrine cache that this library uses?
The text was updated successfully, but these errors were encountered: