그누보드함수 | get_cachemanage_instance()
페이지 정보
작성자 모아 작성일23-04-08 19:43 조회59회 댓글0건본문
[code]
function get_cachemanage_instance(){
static $instance = null;
if( ! (defined('G5_USE_CACHE') && G5_USE_CACHE) ) return $instance;
$instance = run_replace('get_cachemanage_instance', $instance);
if( $instance === null ){
$options = array(
'_cache_path'=> G5_DATA_PATH.'/cache',
'file_extension'=>'.php',
);
$instance = new FileCache($options);
}
return $instance;
}
[/code]
추천 0 비추천 0
포인트 선물 선물명단 선물하기
최소 5P ~ 최대 100000000P 까지 가능합니다.
로그인 후 선물하실 수 있습니다.
선물 받은 내용이 없습니다.
-
등록일 2024.06.05
-
등록일 2023.04.08
-
등록일 2023.04.08
-
등록일 2023.04.08
댓글 0
등록된 댓글이 없습니다.