PHP

XE Cache 적용하기

by Luatic™ posted Jun 01, 2012
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

+ - Up Down Comment Print
Extra Form
xe/files/config/db.config.php 파일에 다음중 한가지를 추가합니다.

$db_info->use_template_cache = 'memcache://127.0.0.1:11211';
$db_info->use_object_cache='memcache://127.0.0.1:11211';

$db_info->use_template_cache = 'file';
$db_info->use_object_cache='file';