Project

General

Profile

Actions

Task #88366

closed

Streamline caching framework caches

Added by Benni Mack almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Caching
Start date:
2019-05-15
Due date:
% Done:

100%

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

Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Bug #88512: Flaws in accessing deprecated caches starting with "cache_"Closed2019-06-06

Actions
Related to TYPO3 Core - Bug #90140: Exception "No cache in the specified group 'pages'" in 10.2.2Closed2020-01-17

Actions
Related to TYPO3 Core - Bug #91188: Change cache_runtime to runtimeClosed2020-04-24

Actions
Related to TYPO3 Core - Bug #91306: Old cache configuration is not merged correctlyClosedMarkus Klein2020-05-05

Actions
Related to TYPO3 Core - Task #96836: Remove fallback handling core caches with 'cache_' prefixClosed2022-02-11

Actions
Actions #1

Updated by Benni Mack almost 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.

Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Benni Mack almost 5 years ago

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

Updated by Oliver Hader almost 5 years ago

  • Related to Bug #88512: Flaws in accessing deprecated caches starting with "cache_" added
Actions #9

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions #10

Updated by Georg Ringer over 4 years ago

  • Related to Bug #90140: Exception "No cache in the specified group 'pages'" in 10.2.2 added
Actions #11

Updated by Chris topher about 4 years ago

  • Related to Bug #91188: Change cache_runtime to runtime added
Actions #12

Updated by Markus Klein almost 4 years ago

  • Related to Bug #91306: Old cache configuration is not merged correctly added
Actions #13

Updated by Christian Kuhn about 2 years ago

  • Related to Task #96836: Remove fallback handling core caches with 'cache_' prefix added
Actions

Also available in: Atom PDF