Bump! Anyone have any suggestions?
Charles On Feb 12, 8:42 pm, Charles <[email protected]> wrote: > Hi all, > > I've tried adding caching functionality to my app using the Memcache > Java API but I'm hitting a wall here. I've followed the "Using > JCache" instructions on the GAE docs page (http://code.google.com/ > appengine/docs/java/memcache/usingjcache.html). I've downloaded the > jsr107cache-1.1.jar and added it to my build path, as recommended. I > run the example locally and I get an exception... > > "Could not find class: 'ri.cache.BasicCacheFactory'" > > I did some searching and downloaded a jcache-1.0-dev-3.jar file > (http://www.findjar.com/class/ri/cache/BasicCacheFactory.html) and > also added that to my build path. The "Could not find class" error > disappeared and I got a new error... > > "Class: 'ri.cache.BasicCacheFactory' does not implement CacheFactory" > > I must be missing something. If anyone is using Memcache, can you let > me know if I need to add any other JARs besides the > jsr107cache-1.1.jar that App Engine provides? Or maybe I'm just doing > something stupid in my app and missed something in the instructions. > > Thanks in advance > > Charles -- 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.
