Is it possible to set namespaces in memcache when using PHP on Google App Engine?
I have a project that is successfully using different databases according to the hostname (e.g., sub1-dot-myapp.appspot.com vs sub2-dot-myapp.appspot.com), but the visible results are mixed due to memcache objects being served across hostnames and instances. If I can assign the hostname as a namespace, or even a key prefix, that should fix it, but I can't find a way to do this in the PHP runtime.