1 | <?php |
||
18 | class Cache extends IntegrationCache |
||
19 | { |
||
20 | /** |
||
21 | * The override file |
||
22 | */ |
||
23 | public $overrideFile = 'hubspot-cache'; |
||
24 | |||
25 | /** |
||
26 | * @inheritdoc |
||
27 | */ |
||
28 | protected function getDefaultCache(): string |
||
32 | |||
33 | /** |
||
34 | * @inheritdoc |
||
35 | */ |
||
36 | protected function handleCacheNotFound(string $handle) |
||
45 | } |
||
46 |