for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace BEAR\QueryRepository;
final class RefreshDonut
{
/** @readonly */
public bool $refresh = false;
/**
* Set refresh donut flag for AbstractDonutCacheInterceptor
*/
public function invoke(): void
$this->refresh = true;
}