6 lines
63 B
PHP
6 lines
63 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
interface Prefetcher
|
||
|
|
{
|
||
|
|
public function prefetch();
|
||
|
|
}
|