WordPress Fragment Cache
Old and deprecated.
This snippet is used for caching fragments of PHP output in WordPress. As seen on CSS-Tricks.
Example
<?php fragment_cache('my_block_tag', DAY_IN_SECONDS, function() { ?>
[...]
<?php } ?>
License
Apache2