Actions
Bug #28598
closed[Cache] Let NullBackend implement PhpCapableBackend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-07-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The null backend is very useful to effectivly disable caching
during development. With this change it also implements the
PhpCapableBackend interface and can be used to replace the
FileBackend this way.
This is the v4 backport of FLOW3 changeset
https://review.typo3.org/#change,3910
Additional to the FLOW3 version the nullbackend is now
required in config_default.php to enable the cache_phpcode
to use this backend in autoloader in development context.
Actions