[Typo3-dev] $GLOBALS["TSFE"]->set_no_cache() vs USER_INT
    Robert Lemke 
    rl at robertlemke.de
       
    Mon Sep  8 15:49:44 CEST 2003
    
    
  
Kurt Dirnbauer | web:consulting wrote:
> so, this should be done if the output of the extension
> and the included links should be cached:
> - use "USER", not "USER_INT"
that depends, of course. If you have dynamic content, use USER_INT
(see my other post)
> - dont't use "set_no_cache", because then the whole page (including
> the output of the extension - of course - is not cached).
If you want it to be cached, yes.
> - to inlcude files (especially doc, pdf):
>   . the required binaries have to be installed
>   . the links in the output of the extension have to
>     be included like in your tut.
?
> -> what happens if i change an already cached record (in the backend)?
> b) the cached stuff gets updated, and is reachable by indexed search.
>     (thats what i wish. :-))
-- 
robert
    
    
More information about the TYPO3-dev
mailing list