Project

General

Profile

Actions

Feature #32986

closed

Usage of custom caching backends

Added by Michael Klapper over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
Start date:
2012-01-04
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

If you need to define a custom caching backend for the autoloader, you have to include you new caching backend in localconf.php. It is also required to include related interfaces and so on before but this is not possible since "require" statements are used insted of "require_once".

So i would suggest to use require_once statements for the function body "initializeCachingFramework" in config_default.php

Actions #1

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

Actions #2

Updated by Christian Kuhn over 12 years ago

Just curious:

Why do you need to define an own cache backend for cache_phpcode cache? How do you implement require_once() method there?

Actions #3

Updated by Steffen Gebert over 12 years ago

And this should also go to 4.6 then (does it also apply to 4.5?)

Actions #4

Updated by Christian Kuhn over 12 years ago

Not relevant in 4.5. But I still wonder which additional backend implements phpCapableBackend ...

Actions #5

Updated by Michael Klapper over 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Gerrit Code Review about 12 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7835

Actions #7

Updated by Gerrit Code Review about 12 years ago

Patch set 2 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7835

Actions #8

Updated by Steffen Gebert about 12 years ago

  • Category set to Caching
  • Target version set to 4.6.4
  • TYPO3 Version changed from 4.7 to 4.6
Actions #9

Updated by Michael Klapper about 12 years ago

  • Status changed from Under Review to Resolved
Actions #10

Updated by Xavier Perseguers about 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF