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
Updated by Ingo Renner about 16 years ago
have they been changed in FLOW3 already?
Updated by Oliver Hader about 16 years ago
Not yet... it will be changed if we agree on the changes in v4.
See the Core List for that, please
Updated by Karsten Dambekalns about 16 years ago
I just changed them in FLOW, see http://forge.typo3.org/repositories/revision/16/1444
(I figured the change was generally accepted for 4.x)
Actions