[Typo3] Cache problem

media.res | alex widschwendter a.widschwendter at mediares.at
Wed Jul 20 12:09:18 CEST 2005


hi,

> Thanks! I have read it...
> Another thing:
> Is there a way to set an extension to not cache in typoscript?
> This is how I load an extension in typoscript:
> 
> workOnSubpart = DOCUMENT
> marks {
>             col1 < plugin.user_review_pi1
>             col1{
>                     code = 2
>                     }
> 
>             col2 < plugin.user_infobox_pi1
>             col2{
>                     code = 11
>                     xmlPage = 23
>                     }
>             }

if the plugin is not already a USER_INT you can make it one ....

marks {
              col1 < plugin.user_review_pi1
              col1 = USER_INT
              col1{
                      code = 2
                      }

              col2 < plugin.user_infobox_pi1
              col2 = USER_INT
              col2{
                      code = 11
                      xmlPage = 23
                      }
              }

but i think this way you will experience the same problems you had 
without cHash!?

alex






More information about the TYPO3-english mailing list