> *Does anybody know whether it's as simple&transparent as with Objectify to > use GAE's caching in JPA2&Datanucleus on GAE?*
Assuming you're using v2 of the datanucleus-appengine plugin, just define the persistence property "datanucleus.cache.level2.type" as "javax.cache" and it will use Memcached, with persistable objects put in the L2 cache at commit, and accessed when needed ... totally transparent to the user. *Nothing* gets simpler than that. -- 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 [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-java?hl=en.
