Update cache.
First, retrieve the corresponding cache object using the llm_string parameter,
and then store the prompt and return_val in the cache object.
update(
self,
prompt: str,
llm_string: str,
return_val: RETURN_VAL_TYPE
) -> None