Feature #38591
Add method to get cache manager instance from t3lib_cache
| Status: | Rejected | Start date: | 2012-07-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Kai Vogel | % Done: | 0% |
|
| Category: | Caching | |||
| Target version: | 6.1.0 | |||
| TYPO3 Version: | 6.0 | Complexity: | easy | |
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
Add a method to get the instance of the global cache manager from t3lib_cache instead of using $GLOBALS['typo3CacheManager'].
History
Updated by Gerrit Code Review 11 months 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/12542
Updated by Gerrit Code Review 11 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12542
Updated by Helmut Hummel 4 months ago
- Target version changed from 6.0.0-alpha3 to 6.0.1
Updated by Gerrit Code Review 4 months ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12542
Updated by Gerrit Code Review 4 months ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12542
Updated by Gerrit Code Review 4 months ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/12542
Updated by Ingo Renner 4 months ago
- Target version changed from 6.0.1 to 6.1.0
- PHP Version changed from 5.4 to 5.3
Updated by Christian Kuhn 3 months ago
- Status changed from Under Review to Rejected
This will be solved differently and needs more work in front of it to get a good solution here.