symphony-matlab icon indicating copy to clipboard operation
symphony-matlab copied to clipboard

Add a clearDataCache method to Response

Open cafarm opened this issue 6 years ago • 0 comments

Some users may want to view Response data while it's being recorded. Currently, the getData method caches the data on first use and always returns the cached data. The user should be able to get around this by adding a clearDataCache method to Response which they can call before calling getData.

cafarm avatar Aug 16 '18 12:08 cafarm