google app engine - Use of memcache with NDB -


i'm going db ndb , have little doubt.

i've read caching docs need clarification or confirmation: db using memcache save "views" , avoid hitting datastore. ndb "caches" entities reads , writes, but, read can do?

e.g.: items = item.query().fetch(100) gives me items. query cached ndb automatically? if 2 users wants see items in list, second read hit ndb cache?

ndb caches get() calls, fetch entities key.

queries not cached.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -