Bug #27506
closedCaching framework: Flush all caches with 'clear all cache' command
100%
Description
Problem:
Currently the caching framework only flushes already instantiated caches if using the 'clear all cache' command in the backend toolbar.
Solution:
Use the new setCacheConfigurations() method of the cache_Manager class to make it aware of all available caches. The flushCaches() method will then call flush() on all defined caches, even if they where not instantiated yet.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I368faf156c5c4898ba62a777d1a5d21edfe4110f has been pushed to the review server.
It is available at http://review.typo3.org/2776
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I368faf156c5c4898ba62a777d1a5d21edfe4110f has been pushed to the review server.
It is available at http://review.typo3.org/2776
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I368faf156c5c4898ba62a777d1a5d21edfe4110f has been pushed to the review server.
It is available at http://review.typo3.org/2776
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change I368faf156c5c4898ba62a777d1a5d21edfe4110f has been pushed to the review server.
It is available at http://review.typo3.org/2776
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 5397e22dd935635cf5570539d4361bee2c45dde9.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed