I have a site that allows users to update weblog data from a standard form. But when they update, the original EE caching remains in tact. I am using related_entries tags in certain areas of the live site, and the content is not getting updated.
I can see the fields in the DB that contain this caching data.
I understand that I may cause performance issues but is there a way to disable the caching within the exp:weblog:entries tag without having to clear out those fields in the DB every time someone makes an update via a the form?
Or, does someone have a better solution?