I have limited seed-data in an entity, for which I want to fetch all keys (unique strings) frequently and whole entity not that frequent. If I fetch the keys using Query.fetchKeys, does Objectify cache the results in memcache or hit datastore everytime for Query.fetchKeys results?