<!-- If you want your bug report * to be more difficult to process and understand * to have many unnecessary follow-up questions * to take longer to fix then necessary don’t use this issue template. If you want your bug report * to be concise and easy to understand * to not have any (or very few) follow-up questions * to take faster to fix use this issue template. Thank you. --> ### Short description of the issue If you're trying to store json encoded data in WireCache, this line: https://github.com/processwire/processwire/blob/2b0d8f333accde70251591c7224cdb117f17dd95/wire/core/WireCache.php#L453 causes wireCache to try to store an array, but obviously that can't work. ### Optional: Suggestion for a possible fix Make sure to json_encode the new array (with the `WireCache` key) ### Steps to reproduce the issue <!-- Provide an unambiguous set of steps to reproduce the issue. --> 1. Try to store json encoded data in WireCache