@max911 I’m not sure there is, it sounds like this could be useful though? Do you mean something like some_jitted_function.has_cached(some_signature)? There is a .stats property on the jitted functions which has the cache path and hits/misses, but this is only updated on invocation for given types.