Was looking to create a simple caching plugin for my website for a while. Thanks for your video Arne - that is the best tutorial I was able to find on this subject! :)
$cache_dir = WP_CONTENT_DIR . '/plugins/my-caching_plugin/cache/'; In this line 'plugins' is missing. Nice work!!
@miabid