0

Currently I started learning about App Engine, and I am trying to cache my data into the Memcache. I followed the Google's App Engine documentation for Java.

https://cloud.google.com/appengine/docs/legacy/standard/java/memcache/using#using_jcache

While following these steps, to get an instance I have to use a class called CacheFactory (javax.cache.CacheFactory). But I couldn't find the class in my jar added to the AppEngine project. I added the jar using maven dependency javax.cache (api). Please help me with this.

Thanks in advance for you help.

0 Answers0