Is there a way to cache AMFPHP / ZENDAMF requests. I have used several chaching solutions like Cache_Lite and memCached in the past, but never for AMFPHP / ZENDAMF. Does anyone know any?
I'm not sure how well Zend_Cache handles an all binary input & output, but Zend_Cache_Frontend_Page or maybe the Zend_Cache_Frontend_Output appear to be the best matches. They will take the URL, GET & POST variables, and if all match to a previously generated cache, output that. If there is no cache with that input data, they will cache the generated output for next time.