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 #2

Updated by Steffen Gebert over 11 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

Actions #3

Updated by Gerrit Code Review over 11 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

Actions #4

Updated by Christian Kuhn over 11 years ago

  • Status changed from Under Review to Resolved
  • Target version set to 6.0.0-RC1
Actions #5

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF