[TYPO3-mvc] Extbase Caching issues (RFC)
Bastian Waidelich
bastian at typo3.org
Thu Sep 16 20:07:42 CEST 2010
Franz Koch wrote:
Hi Franz,
> Shouldn't there be a check if the dispatcher already IS running in a
> nonCached setup and skip the checks then?
With the latest version I added following check:
if ($this->cObj->getUserObjectType() === tslib_cObj::OBJECTTYPE_USER) {
$this->cObj->convertToUserIntObject();
return;
}
Do you think it's required to check whether the cache is disabled for
the current page? and do you have the respective snippet at hand?
Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list