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);
Actions