Ignoring cached find calls

When I perform a find call, if its the same it will used the cached data I have from the last call rather than performing a new one, but I’d like to ignore the cached data and get fresh data since what I’m doing is checking a change in shotgun.

Is there a way to do this in script?

I am not aware of any caching that is natively built into the api…

you mean

shotgun.find("entity", filters, fields)

Returns non realtime data?

I am also surprised… I may be wrong, but I was not aware that there were any caching done for the SDK.

-Patrick

1 Like