In SPSS Modeler it is possible to save the result of a node and later use this cached result as the starting point for downstream processing. This is especially helpful during development when the full Stream runtime is very long. In most streams this works perfectly fine, but I have one stream where using a cached result never works.
The Question: Is there something like a global Option for a stream to enable / disable the usage of cached results?
In this particular Stream everytime I run a node downstream of a node with cached results, the cache is emptied again (going from green to white) and the stream starts from the very beginning.
Any pointers would be very much appreciated, since I am only temporarily working with modeler and googling did not yield an answer.