Could not find this specific question asked before yet. How does App Engine\'s NDB handle caching when using projected queries vs. full entity queries?
For example,
Projection query results are never cached. It would not be right if a get by key were to ever return a projection result. So no worries.