Property | Type | Description | |
---|---|---|---|
$dataCache | 为了避免频繁读取磁盘,增加了缓存机制 | ||
$dataFileHandle | 打开文件的句柄 | ||
$lastCacheTime | 上次缓存时间 |
Method | Description | |
---|---|---|
__construct ( 配置名 $config_name ) | 构造函数 | |
delete ( string $key ) : number | 删除 | |
destroy ( ) | 清零销毁存储数据 | |
get ( string $key, boolean $use_cache = true ) : Ambigous | 读取 | |
increment ( string $key ) : boolean | multitype: | 自增 | |
set ( string $key, mixed $value, integer $ttl ) : number | 设置 |