ScheduledFlushDiscoverer
class ScheduledFlushDiscoverer implements FlushDiscoverer
Checks the manifest cache for flush being scheduled in a previous request
Methods
null|bool
shouldFlush()
Check whether we have to flush manifest
Details
at line 20
__construct(Kernel $kernel)
at line 58
null|bool
shouldFlush()
Check whether we have to flush manifest
The return value is either null or a bool - null means the discoverer does not override the default behaviour (other discoverers decision) - bool means the discoverer wants to force flush or prevent it (true or false respectively)