Use the MemcacheService namespace "ObjectifyCache" (or the constant
ObjectifyFactory.MEMCACHE_NAMESPACE). Assuming you are running on a
recent version of Objectify, the actual cache key is the native
datastore Key object. If you have a Key<?>, call key.getRaw().
Remember that the cache is implemented at the level of the Low-Level
API. It doesn't know anything about the rest of Objectify, so all
keys and values are Low-Level API classes.
Jeff
--
You received this message because you are subscribed to the Google Groups "objectify-appengine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectify-appen...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
dataStore.get.save().clearCache().entity(source)
To unsubscribe from this group and stop receiving emails from it, send an email to objectify-appengine+unsub...@googlegroups.com.