[TYPO3-mvc] conceptional error in cache of reflection service

Steffen Kamper info at sk-typo3.de
Tue Aug 4 00:00:36 CEST 2009


Hi,

there is a problem as the title describes. In the service reflection 
data are saved all the time with the same key and without tags.
$this->cache->set('ReflectionData', $data);

There is missing tag array for identify the context. Without, every 
extension with extbase will use the same record all the time and 
overwrite it with own data - this is even worse than without cache :)

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list