for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Spiral\Cache\Event;
/**
* Triggered when cache item is not found.
*/
final class CacheMissed extends CacheEvent
{
}