How I understand memcache:
cache.containsKey("some-key") tells you whether there is such key in
memcache
and cache.get("some-key") retrieves the value for key
You could skip asking for existence of the key in memcache only in
case you expect to return non-null values (and null being non-existent
object), I may be wrong but this is how I understand memcache.
On Jun 8, 11:07 am, dmitrygusev <[email protected]> wrote:
> Can somebody comment on:
>
> http://code.google.com/p/googleappengine/issues/detail?id=3319
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" 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-java?hl=en.