We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 版本:5.6 overtrue/wechat 版本:3.2
easywechat缓存使用的是文件缓存,默认在临时文件夹下。
第三方平台授权的authorizer_refresh_token等重要信息,会和系统创建的其他临时文件在一起,可否考虑允许开发者在配置文件中自定义存储目录。
EasyWeChat\OpenPlatform\Traits\Caches public function getCache() { return $this->cache ?: $this->cache = new FilesystemCache(sys_get_temp_dir()); }
EasyWeChat\OpenPlatform\Traits\Caches
public function getCache()
{
return $this->cache ?: $this->cache = new FilesystemCache(sys_get_temp_dir());
}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我用的环境
PHP 版本:5.6
overtrue/wechat 版本:3.2
问题及现象
easywechat缓存使用的是文件缓存,默认在临时文件夹下。
第三方平台授权的authorizer_refresh_token等重要信息,会和系统创建的其他临时文件在一起,可否考虑允许开发者在配置文件中自定义存储目录。
EasyWeChat\OpenPlatform\Traits\Caches
public function getCache()
{
return $this->cache ?: $this->cache = new FilesystemCache(sys_get_temp_dir());
}
The text was updated successfully, but these errors were encountered: