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
We are using Stashcach bundle for Symfony2 project. It is very useful for caching.
We have changed our production server mysql database. Currently problem we are facing is, even after changing database configuration, application updates data in older database. This seems issue due to caching of doctrine object by stashcache. So if there is any way that we can disable stashcache throughout the project, it wont cache doctrine object.
Can anyone help in this regard.
Thanks
The text was updated successfully, but these errors were encountered:
Hello guys,
We are using Stashcach bundle for Symfony2 project. It is very useful for caching.
We have changed our production server mysql database. Currently problem we are facing is, even after changing database configuration, application updates data in older database. This seems issue due to caching of doctrine object by stashcache. So if there is any way that we can disable stashcache throughout the project, it wont cache doctrine object.
Can anyone help in this regard.
Thanks
The text was updated successfully, but these errors were encountered: