1 | <?php |
||
16 | class JsonSchemaCacheWarmer implements CacheWarmerInterface |
||
17 | { |
||
18 | /** |
||
19 | * @var CachedSchemaStorage |
||
20 | */ |
||
21 | private $cachedSchemaStorage; |
||
22 | |||
23 | 1 | public function __construct(CachedSchemaStorage $cachedSchemaStorage) |
|
27 | |||
28 | 1 | public function isOptional() |
|
32 | |||
33 | /** |
||
34 | * @param string $cacheDir The cache directory |
||
35 | */ |
||
36 | public function warmUp($cacheDir) |
||
40 | } |
||
41 |