Hi,
I believe Chris will answer you in detail pretty soon but, I had same question and here's Chris's answer. > When ?nocache=1 is provided on the gadget iframe url it will always bypass > the cache for that gadget. that doesn't work for makeRequest though, only for > the gadget iframe url > > However 0.8 does add a new option: REFRESH_INTERVAL (time in seconds to cache > the request), set this to something low to make sure it refreshes often. > > If you really don't ever want to cache, cache busting techniques are your > best bet (append ?random=timeInMs or something) Hope this helps. 2008/6/13 Tommie Podzemski <[EMAIL PROTECTED]>: > Hi, > > Is it correct to assume that the engine only caches the mod itself and not > the actual requests done from the module, such as a remote XML request? > > Reason for asking this is that I've encountered some issues in regards of > using nocache=1 in the url. It doesn't seem to have any effect. Changing > 'cache_time' in the config to 0 or emptying /tmp/shindig seems to be solving > the "issue", yet i'd rather go with proper caching. > > Anyone got some documentation on the cache-function? > > Kind regards, > Tommie > >

