How to retrieve content (keys) of a Java JCache object in a Google AppEngine application
Posted
by kodra
on Stack Overflow
See other posts from Stack Overflow
or by kodra
Published on 2010-04-21T22:26:49Z
Indexed on
2010/05/03
15:18 UTC
Read the original article
Hit count: 204
java
|google-app-engine
Using Memcache Java API (http://code.google.com/appengine/docs/java/memcache/overview.html)
The JCache is not fully implemented and the methods values(), keySet() as well as entrySet() throw java.lang.UnsupportedOperationException
Anybody know of a workaround or have a working example using a lower-level API?
© Stack Overflow or respective owner