Task #88366
closedStreamline caching framework caches
100%
Updated by Benni Mack over 5 years ago
Due to some heavy history on the caching framework, all
Database caches start with "cf_cache_", which is optimized
so they are only called e.g. "cache_pagesection" in the database tables.
In addition, the prefix "cache_" (in e.g. "cache_core") is unnecessary,
and also there due to legacy reasons, reading $this->getCache('cache_runtime')
seems very illogical.
Therefor the following caches have been renamed:
- cache_core => core
- cache_hash => hash
- cache_pages => pages
- cache_pagesection => pagesection
- cache_runtime => runtime
- cache_rootline => rootline
- cache_imagesizes => imagesizes
Old identifiers can still be called within PHP,
but the caching framework throws a deprecation message
on setting up such a cache.
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59661
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59661
Updated by Gerrit Code Review over 5 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59661
Updated by Gerrit Code Review over 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59661
Updated by Gerrit Code Review over 5 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59661
Updated by Benni Mack over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 828f42621dff24ff4f763349468af8f6643c9f23.
Updated by Oliver Hader over 5 years ago
- Related to Bug #88512: Flaws in accessing deprecated caches starting with "cache_" added
Updated by Georg Ringer almost 5 years ago
- Related to Bug #90140: Exception "No cache in the specified group 'pages'" in 10.2.2 added
Updated by Chris topher over 4 years ago
- Related to Bug #91188: Change cache_runtime to runtime added
Updated by Markus Klein over 4 years ago
- Related to Bug #91306: Old cache configuration is not merged correctly added
Updated by Christian Kuhn almost 3 years ago
- Related to Task #96836: Remove fallback handling core caches with 'cache_' prefix added