Project

General

Profile

Actions

Bug #42253

closed

wincache another function

Added by Tomasz Krawczyk over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Code Cleanup
Target version:
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

Also available in: Atom PDF