Having the cache key at least internally not factor in the $callback_args means this could behave unexpectedly when different callback args are passed, but the same cache key is provided.
I think this should be avoided as it's too easy to make a mistake and create difficult to debug problems.
Having the cache key at least internally not factor in the
$callback_argsmeans this could behave unexpectedly when different callback args are passed, but the same cache key is provided.I think this should be avoided as it's too easy to make a mistake and create difficult to debug problems.