testing click to refresh issue
[namibia] / public / ck.php
1 <?php
2 $cache = new \Memcache();
3 $cache->pconnect('localhost', 11211);
4 $cache->flush();