are there any means to query cached task runs the ...
# ask-community
m
are there any means to query cached task runs the same way you might in a database?
e
@Matt Fysh If you have the generated cache key, then yes. However, the intent is really to interface with the cache through your function, as opposed to directly. In other words, if you want to “lookup” a cached result, run the task that returns that result with the given parameters.