cache_write — 写入缓存
int cache_write (string $file, array $array, [string $path = null])
cache_write() 将 array 数据 写入缓存文件 file,如果指定 path 将 file 存储在 path中,默认存储在 CACHE_PATH。返回写入的字节数。