We have a situation where we are using Custom Table to insert/update a row into the database and then, shortly after may have cause to then query the same row using \MetaBox\CustomTable\API::get
The issue is that the GET request returns only the fields returnd in the previous UPDATE request not the full row. I assume this is a caching issue... How can we make a GET request to bypass the cache and get the full row?
I see that issue. I'm discussing the issue with my development team to see if there is a way to bypass the caching issue. I will get back to you later.