[Typo3-dev] Caching

Dmitry Dulepov typo3 at fm-world.ru
Fri Sep 9 10:38:19 CEST 2005


Hi!

Waggershauser, Thomas wrote:
> I made an extension as USER_INT object and want to change it to USER
> now, because caching is very important. But I don't know how! I've
> tried to comment out "$this->pi_USER_INT_obj=1;" and changed it to 0,
> but still the object-browserr says USER_INT :(

Firsts, "$this->pi_USER_INT_obj=1;" affects only and only a way how link
to other pages are generated by gunctions from pi_base class.
Confusingly, it does not really make object USER_INT.

> I've tried to set it
> to USER via Typoscript, but that doesn't work either...

It actually does, provided that you have set is as USER in
"ext_typoscript_setup.txt" file of your extension *and* cleared
temp_CACHED. Clearing is important here.

Check typoscript object browser to see what type your extensions has.

Dmitry.




More information about the TYPO3-dev mailing list