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
I'm enabling caching using DoctrineCacheBundle and a custom entity where settings are stored.
This entity is also being managed from a basic web backend with easy admin bundle.
When a config value is changed from the web interface, it still returns the old value when called from twig or controllers since it's kept getting cached. I have to manually flush it from the command line.
Why is this value not getting removed from the cache if updated within the app? Might I be missing something else in my setup?
The text was updated successfully, but these errors were encountered:
I'm enabling caching using
DoctrineCacheBundle
and a custom entity where settings are stored.This entity is also being managed from a basic web backend with easy admin bundle.
When a config value is changed from the web interface, it still returns the old value when called from twig or controllers since it's kept getting cached. I have to manually flush it from the command line.
Why is this value not getting removed from the cache if updated within the app? Might I be missing something else in my setup?
The text was updated successfully, but these errors were encountered: