Hi there, I have one scenario that I need to make sure changes inside the cache need to be persisted before I do some other sql queries to database. However when the cache is in "write behind" mode, I am not sure whether all data has been updated. So, is there any way to persist the date before calling sql to the database?
Best regards, Kevin