com.google.appengine.api.memcache.jsr107cache.GCacheFactory still
exists in 1.5 but I guess it's no longer valid and it's not
deprecated. I had to change my imports to the following classed before
the exceptions went away.

import javax.cache.Cache;
import javax.cache.CacheException;
import javax.cache.CacheFactory;
import javax.cache.CacheManager;

-- 
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