Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Memcached Caching
#1

[eluser]sweetD[/eluser]
So I read the below in the user guide but there is no memcached.php in the applicaiton/config/ directory. A bit confused as how to go about and use this feature.

Quote:Memcached Caching

Multiple Memcached servers can be specified in the memcached.php configuration file, located in the application/config/ directory.

All of the functions listed above can be accessed without passing a specific adapter to the driver loader as follows:

$this->load->driver('cache');
$this->cache->memcached->save('foo', 'bar', 10);
For more information on Memcached, please see http://php.net/memcached

http://ellislab.com/codeigniter/user-gui...#memcached


Messages In This Thread
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 02:32 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 02:34 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 02:54 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 03:02 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 05:14 PM
CodeIgniter Memcached Caching - by El Forum - 09-11-2012, 05:35 PM
CodeIgniter Memcached Caching - by El Forum - 09-14-2012, 03:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB