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
like these codes:
$cache = new BackFile( new FrontOutput(["lifetime" => 6 * 3600]), ['cacheDir' => $dir] ); $cache->save('counter', 0);
Phalcon will only create an empty file named counter A 0 should be placed in the file!
Environment
The text was updated successfully, but these errors were encountered:
Merge pull request #11323 from ifsnow/2.0.x-fix-issue-11322
02e0814
Fixed cache backends bug #11322
Fixed in 2.0.x
2.0.x
Sorry, something went wrong.
No branches or pull requests
like these codes:
Phalcon will only create an empty file named counter
A 0 should be placed in the file!
Environment
The text was updated successfully, but these errors were encountered: