Before you can understand this, you must answer one question:
What version of DataNucleus are you using?
Everything on this post is connected with the old version of the plugin - v1. More recently, the Google Eclipse plugin supported the v2 DataNucleus plugin for AppEngine (which is mainly the channel between AppEngine and Core DataNucleus).
I would recommend updating the Datanucleus plugin for AppEngine to v2 - if you use Eclipse, easy - there is a user interface that allows you to choose v1 or v2. Just go to the properties of your project and find the App Engine settings and find the "Datanucleus JDO / JPA version".
, jdo-config.xml. , :
<property name="javax.jdo.PersistenceManagerFactoryClass" value="org.datanucleus.api.jdo.JDOPersistenceManagerFactory"/>
SO - v2 ( jdoconfig.xml):
<property name="datanucleus.cache.level2.type" value="jcache"/>
<property name="datanucleus.cache.level2.cacheName" value="NameItWhateverYouWant"/>
, PersistenceManager. !