Pretty simple one here - I would like to have an option in the UI to clear all Input Data caches or even a right click/properties option to clear an individual Input Data cache. Often when developing, I use the Cache Input Data option to speed up development iterations. However, if I modify the source data during the development, I am unable to easily clear the cache and often turn caching off to avoid stale data. The "easiest" way I have found to do this is to pull the temp yxdb file paths out of the log after a recent run, clean them up using notepad++, put a del statement before each file, and paste them into a Command Line. This inefficiency often offsets the development speed realized by caching.