This change list adds the Objectify api which allows us to store the class objects directly in the database. The api optimizes the loads and saves from and to the database. I've also been able to add a global memcache to optimize the speed of the app and the api provides a transactionless system where each db call acts as its own transaction.
This change list adds the Objectify api which allows us to store the class objects directly in the database. The api optimizes the loads and saves from and to the database. I've also been able to add a global memcache to optimize the speed of the app and the api provides a transactionless system where each db call acts as its own transaction.