Ruud Prein wrote: > 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...
No that is not possible. It's quite hard to implement that too, because an image is a different request. The relation between the image-tag's request and the image's request is the icaches table. Unless you want to switch on conversion-triggering-by-url, which is possible, in which case also this feature may be imaginable (but still is not implemented). If the number if icaches becomes a problem than I would simply schedule a clean-up. Perhaps the ckeys with random strings are somehow recognizable, or can be made so. It'll be quite straight-forward then. Michiel -- Michiel Meeuwissen mihxil' Peperbus 111 MediaPark H'sum [] () +31 (0)35 6772979 nl_NL eo_XX en_US _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
