Saves the result of a f::read() request in Kirby's local cache folder. If the cache is not expired, subsequent requests will be served from the local filesystem.
Use getCached() as a drop-in replacement for Kirby's f::read() or PHP's file_get_contents().
GitHub https://github.com/samnabi/getcached