<?php namespace App\Module\LCache; interface DQueueJobInterface { /** * 获取延迟时间 * * @return int */ static public function getDelay(): int; }