I don't think I understand. In the first paragraph you say that if the database data hasn't changed then the cached version is used. Then you say "The problem now is, that the database-data hasn't changed and so there is always the old data called from cache."
If the data in the database hasn't changed why do you need to clear it from the cache? It should be the same as the data in the cache? Ralph Christian Barth said: > Hi! > > I wrote a generator supplying me with some XML-Data from a Database. > To speed up everything I implemented the Cocoon-Caching mechanism. There I > test, if something in the database has changed. If not, the data is called > from cache. > > Everything worked fine here. But I'm still developing and so today I > changed > something in the way the XML is presented to cocoon (rearranged some > tags). > I also adjusted the XSL-File that's used for processing the data. > > The problem now is, that the database-data hasn't changed and so there is > always the old data called from cache. > > So, how can I delete this old information from cache? > > Thanks, > > Barthi > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
