| 1 | <?php  | 
            ||
| 7 | class JsonSchemaCacheWarmer implements CacheWarmerInterface  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * @var CachedSchemaStorage  | 
            ||
| 11 | */  | 
            ||
| 12 | private $cachedSchemaStorage;  | 
            ||
| 13 | |||
| 14 | 1 | public function __construct(CachedSchemaStorage $cachedSchemaStorage)  | 
            |
| 18 | |||
| 19 | 1 | public function isOptional()  | 
            |
| 23 | |||
| 24 | /**  | 
            ||
| 25 | * @param string $cacheDir The cache directory  | 
            ||
| 26 | */  | 
            ||
| 27 | public function warmUp($cacheDir)  | 
            ||
| 31 | }  | 
            ||
| 32 |