Version 1 (modified by khaled, 16 years ago) |
---|
Memcache is used to cache web pages in memory. This significantly speeds up web site delivery and performance.
All memory caching is current done on Kangaroo Server.
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.
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).