Changes between Initial Version and Version 1 of MemcacheInfo

Show
Ignore:
Timestamp:
11/17/09 17:21:22 (16 years ago)
Author:
khaled (IP: 216.214.144.156)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MemcacheInfo

    v1 v1  
     1Memcache is used to cache web pages in memory. This significantly speeds up web site delivery and performance. 
     2 
     3All memory caching is current done on Kangaroo Server.  
     4 
     5To 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 
     7To 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).