google app engine - Does Objectify cache the Query.fetchKeys results in memcache? -
google app engine - Does Objectify cache the Query.fetchKeys results in memcache? -
i have limited seed-data in entity, want fetch keys (unique strings) , whole entity not frequent. if fetch keys using query.fetchkeys, objectify cache results in memcache or nail datastore everytime query.fetchkeys results?
query.fetchkeys() method old version of objectify.
but in reply question, 'queries' (that is, besides get-by-key) must pass through datastore. datastore knows satisfies query.
google-app-engine objectify
Comments
Post a Comment