How to disable the cache for specific Storage in Sencha Touch?
Do you know any way to disable the cache for all Storages in the app?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which cache are you referring to? If it’s the browser cache (for example, when using an ajax proxy) then that should be on by default (it uses a separate query param in each request,
_dcby default). If you mean model records being stored in memory, you may want to look at theuseCacheconfig option of theModel.