Actions
Bug #42253
closedwincache another function
Start date:
2012-10-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
In the Feature #35818 WinCache backend was added and targeted to 6.0. I would like to suggest a small change.
Method has() could be shorter ;-) Using WinCache function wincache_ucache_exists() we get what we need. Whole method body could be written in one line.
return wincache_ucache_exists($this->identifierPrefix . $entryIdentifier);
Updated by Tomasz Krawczyk about 12 years ago
Function is documented here http://php.net/manual/pl/function.wincache-ucache-exists.php
Updated by Steffen Gebert about 12 years ago
Hi Tomas,
thanks for that suggestion!
Could you push a patch to Gerrit? See http://wiki.typo3.org/Contribution_Walkthrough_Tutorials
Thanks!
Steffen
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16224
Updated by Christian Kuhn about 12 years ago
- Status changed from Under Review to Resolved
- Target version set to 6.0.0-RC1
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions