You'll need to prefix your cache IDs based on the application. I'd place the prefix in application.ini in order to make it accessible and configurable between applications.
-- Hector 2010/1/5 Paweł Chuchmała <[email protected]> > Hi. > > Scenario: two (or more) version of application on one machine: > http://app1.example.com/ > http://app2.example.com/ > > Using Zend_Cache with frontend Page and Backend Apc cause problem > becouse Apc is shared space, > and cache id is the same for all application. > > Is there some clever method to solve this? > > regards, > > -- > Paweł Chuchmała > pawel.chuchmala at gmail dot com >
