I am writing a fairly complicated script. I need to be able to access the same cached data with both Apache PHP and CLI PHP... APC prevents me from getting data set in Apache PHP if I am using CLI PHP. Does anyone know a workaround for this, or if memcache or anything else can perform this, apart from using a database or writing to a text file? Any help on this would be appreciated. I'm pulling my hair out over this one...