zend framework - How to clean zend_cache from multiple server? -
my site located on 2 servers (i.e. web01.mydomain.com , web02.mydomain.com) under load balancing. using zend_cache caching purpose, cache located on both servers.
the issue when try clean cache using below command remove 1 server. using following command remove cache:
$cache->clean(zend_cache::cleaning_mode_all); can please explain how remove cache both servers?
Comments
Post a Comment