File "memcached.inc.php"

Full Path: /srv/www/www.cadoro.it/src/includes/memcached.inc.php
File size: 92 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
  $memcached =  new Memcached();
  $memcached->addServer('localhost', 11211, 100);
?>