$keyprefix
$keyprefix :
پیشوندی که به تمام کلیدهای کش اضافه میشود.
این کلید در تنظیمهای سیستم تعیین میشود.
APC cache
Warning: This extension is considered unmaintained and dead. However, the source code for this extension is still available within PECL GIT here: http://git.php.net/?p=pecl/caching/apc.git.
You need APC installed on your server for this cache system to
work. You can install APC with $ sudo pecl install apc
on most systems.
A special 'cache_apc_keyprefix' can be set to use APC for different applications and avoid conflict. Compression is performed at the PHP level using the gz(in|de)flate functions.
Example of configuration:
$cfg['cache_engine'] = 'Pluf_Cache_Apc'; $cfg['cache_timeout'] = 300; $cfg['cache_apc_keyprefix'] = 'uniqueforapp'; $cfg['cache_apc_compress'] = true;