| 1 | Memcache is used to cache web pages in memory. This significantly speeds up web site delivery and performance. |
| 2 | |
| 3 | All memory caching is current done on Kangaroo Server. |
| 4 | |
| 5 | To reset memcache on a single page from a web browser, you can activate a special mode that will recache (globally), every page you visit. You can activate this mode by adding "?cache-mode=refresh" to any page. To deactivate the mode, enter "?cache-mode=normal" at the end of your url. |
| 6 | |
| 7 | To globally reset memcache for all pages, from any web server run the php script "init.memcache.php" (located in var/www/hg_release_betaX/scripts folder). |