Pluf Framework

Pluf Framework Commit Details


Date:2009-01-12 14:24:41 (15 years 11 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:d5c9f879052d230261f6a92c88d4af8141b1b027
Parents: 94670952d43e1a7a59cf0f18919e4ba8ded54021
Message:Improved a little bit the documentation.

Changes:

File differences

src/Pluf/Cache/Memcached.php
2929
3030
3131
32
3233
3334
3435
3536
3637
3738
38
39
3940
4041
4142
*
* Example of configuration:
*
* <pre>
* $cfg['cache_engine'] = 'Pluf_Cache_Memcached';
* $cfg['cache_timeout'] = 300;
* $cfg['cache_memcached_keyprefix'] = 'uniqueforapp';
* $cfg['cache_memcached_server'] = 'localhost';
* $cfg['cache_memcached_port'] = 11211;
* $cfg['cache_memcached_compress'] = 0; (or MEMCACHE_COMPRESSED)
*
* </pre>
*/
class Pluf_Cache_Memcached extends Pluf_Cache
{

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.05466s using 13 queries.