Make deepClone optional
I understand the value of deep cloning cache entries, but in some cases it is not necessary. For instance, if the cached value is immutable, like string or number, cloning takes extra time.
I understand the value of deep cloning cache entries, but in some cases it is not necessary. For instance, if the cached value is immutable, like string or number, cloning takes extra time.