Actions
Bug #19579
closedUpdate function names of caching API to be consistent with FLOW3
Start date:
2008-11-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
To be consistent with the FLOW3 caching framework, some function names of the API have to be updated in t3lib/cache/
save() -> set()
load() -> get()
loadByTag() -> getByTag()
(issue imported from #M9747)
Files
Actions