Hello,

I'm new to app engine and I'm using Java, JPA. Currently I'm using the
cache API of app engine to cache the entities retrieved from
datastore. But according to AppStats every time I call cache.get()
there will be an RPC and will cost about 0.02 sec, pretty much the
same time as retrieving an entity by its key from the datastore
directly.

So my question is, am I missing something? Costing 0.02 sec every time
to get an object from cache is too slow to me...

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to