Overrides StalenessHandlerFactoryInterface::create
public function create() : ReferenceCounterInterface&StalenessHandlerInterface { static $instance; return $instance ??= new NoopStalenessHandler(); }