for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace League\Flysystem\Cached\Storage;
class Memory extends AbstractCache
{
/**
* {@inheritdoc}
*/
public function save()
// There is nothing to save
}
public function load()
// There is nothing to load