Thanx,
Is it possible to create an image (with the image tag) and not caching it in icaches? For example, displaying a random sting in an image...

Ruud Prein schreef:

Is het mogelijk om het icaches table leeg te gooien?

I don't know of a tool to clear the icaches table .
One way to to do this through a script akin to:

<mm:listnodes type="icaches" />
  <mm:deletenode />
</mm:listnodes>

Though I expect that will take quite a while to run.
If you are using postgresql, I guess you can also do this with brutal force: delete the table in the database and restart MMBase (who will create a new, empty, table). Not recommended for other systems - non-OO databases keep icache numbers in the object table, and more complex systems like Informix and Oracle may have their own issues. Note: won't work for other object types, but icaches is one of those types that nobody (hopefully) ever makes a relation to.

Gomezx
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to