Project

General

Profile

Actions

Feature #30006

closed

Allow manual pruning of caching framework entries

Added by Xavier Perseguers about 13 years ago. Updated about 13 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-09-19
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:

Description

In TYPO3 4.6, caching tables are automatically flushed when using the menu entry "Clear all caches". At first glance, it makes sense but extension authors may have chosen to take advantage of the caching framework to build real-life application caches and expect the caching framework to let them handle pruning of outdated data.

Example for this is the egovapi extension which retrieves governmental information from a web service and caches them locally. Another web service endpoint returns list of recently updated data, effectively allowing the local cache to be actively flushed (typically by tags).

At the moment, the typical clear all caches call defects the clever caching that was implemented and worked in TYPO3 4.5 due to the lack of integrate cache pruning.


Files

30006.diff (3.12 KB) 30006.diff Xavier Perseguers, 2011-09-19 10:06
Actions

Also available in: Atom PDF