The implementation of jcache is now Google's GCache internally
and that's included in the api, so no need to include the separate jar
for appengine-jsr107cache.

GCache implements javax.cache.Cache

The only mention I could find of net.sf.jsr107cache.Cache.java online
did not implement javax.cache.Cache.

If you're following the documentation, might want to change your
cache interface to javax.cache.Cache and use a ConcurrentMap when
you create your cache.


On Sep 14, 3:25 am, Cyrille Vincey <cvin...@qunb.com> wrote:
> Speaking about memcache, could someone give a clear confirmation
> whether I should use "import net.sf.jsr107cache.Cache" or
> "javax.cache.Cache".
> Documentation is still misguiding about this point.
> Thanks.

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to