Can anyone help me with my caching problem? I have a user defined module which gets as input two 'normal' objects and one private object (DXNewPrivate).
- the caching is set to 'last only' - now when one of the inputs changes the modules gets executed (as it should be) - however if I then rotate the image the module gets fired again when I release the mouse. - and this happens only once. After this one extraneous evaluation I can rotate / zoom without any module evaluation. I printed out all the values of the inputs and see no reason why it should be invoked since all values are the same. Do I have to enter my object in the cache myself? (DXSetCacheEntry) Mattijs Janssens --
