-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
about cache path #1078
Comments
First - please verify that you're using the most recent version of the Second - what is the |
i notfind $storePath in “application\Config\Cache.php”; No response; I using driver file; $this->path = $config->storePath ?? WRITEPATH . 'cache'; OK!! |
It sounds like you're not on the latest develop branch. That configuration is right here. |
I Know , I use configuration is latest develop, but $config->path instead to be $config->storePath |
Ah! I understand now. Fix will be up shortly. |
OS: windows 10
run
$foo = 'foobarbaz!';
cache()->save('foo', $foo, 300);
No response
print_r(\Config\Cache()->path)
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Users\35598\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip;C:\Program Files\Microsoft VS Code\bin;C:\Users\35598\AppData\Local\Programs\Fiddler
path wrong;
The text was updated successfully, but these errors were encountered: