08-24-2020, 11:10 PM
(This post was last modified: 08-24-2020, 11:22 PM by mark_talluto.)
You can force the cache to flush at any point by calling: https://docs.livecloud.io/FlushCache/
Some like to call this on the start of their application. Others might suggest you do it at point where the app is being quit or closed.
I don't think you need it when you are in the middle of your app because all subsequent cloud calls will address cached data automatically.
Some like to call this on the start of their application. Others might suggest you do it at point where the app is being quit or closed.
I don't think you need it when you are in the middle of your app because all subsequent cloud calls will address cached data automatically.