"auto", // auto, files, sqlite, apc, cookie, memcache, memcached, predis, redis, wincache, xcache "default_chmod" => 0777, // For security, please use 0666 for module and 0644 for cgi. /* * OTHERS */ // create .htaccess to protect cache folder // By default the cache folder will try to create itself outside your public_html. // However an htaccess also created in case. "htaccess" => true, // path to cache folder, leave it blank for auto detect "path" => "", "securityKey" => "auto", // auto will use domain name, set it to 1 string if you use alias domain name // MEMCACHE "memcache" => array( array("127.0.0.1",11211,1), // array("new.host.ip",11211,1), ), // REDIS "redis" => array( "host" => "127.0.0.1", "port" => "", "password" => "", "database" => "", "timeout" => "" ), "extensions" => array(), /* * Fall back when old driver is not support */ "fallback" => "files", ); // temporary disabled phpFastCache phpFastCache::$disabled = false;