To give a bit more insights into the format. The stuff you’ll find in the cache files is a serialized PHP Value Object. You can find the class for that here: kirby/vendor/getkirby/toolkit/lib/cache/value.php
I abstracted the value, which is being stored in the cache to be able to keep important information, such as the expiry date in there.