I’ve got a web form that upon submission changes a custom field in the exp_weblog_data table via an SQL call within PHP code. But when the page redisplays (pulled via EE Weblog tag), the old data still shows. The entry being changed is a “child” entry within a prent/child weblog entry relationship.
I’ve debugged my problem down to EE’s caching of the relationship data. If I clear the “relationship cache” via the EE admin panel the correct data is displayed on the page.
Is there any way to clear this cache via php code (instead of using the admin panel) so that the page will show the correct data right after I update the exp_weblog_data table?