Bug #27689
closedCaching framework: Improve default configuration handling
100%
Description
Currently the cacheFactory handles configuration details like searching for cache frontend fallbacks and such. But this is not scope of the factory, it should just take care of creating caches according to configuration given by the cacheManager.
The patch moves the configuration handling to the cacheManager and remove the globals registration of cacheFrontends and cacheBackends because they are obsolete with a working autoload configuration.
This is also much better in sync with FLOW3 implementation this way.
Patch is covered by unit tests as usual ...
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I62fd755b16d84dae2d13f0aab0062c95df2232c7 has been pushed to the review server.
It is available at http://review.typo3.org/2921
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 3f136897158803fccc03ba10e631b938dcb746bd.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed