caching - Google Memcache vs Local disk cache? -


i want build mobile app. should cache data on google cloud memcache or it's better store data mobile phone local memory ? faster ? , type of data should put in cache in case of mobile app ?

thanks you.

any data want make available user in offline mode (device not connected internet) should cached on device itself. may want cache data in online mode (e.g. email app may cache emails last 7 days) , updates cache when user refreshes or server pushes new emails.

memcache on google cloud use in application server caching data not change don't have keep loading same data database every request, improving performance.

it faster access data on local device compared accessing data cloud.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -