silverstripe-progressivewebapp/src/Interfaces/ServiceWorkerCacheProvider.php

10 lines
154 B
PHP
Raw Normal View History

2018-07-08 10:55:43 +02:00
<?php
2020-04-01 21:42:13 +02:00
namespace A2nt\ProgressiveWebApp\Interfaces;
2018-07-08 10:55:43 +02:00
interface ServiceWorkerCacheProvider {
2020-04-01 21:42:13 +02:00
2018-07-08 10:55:43 +02:00
public static function getServiceWorkerCachedPaths();
2020-04-01 21:42:13 +02:00
2018-07-08 10:55:43 +02:00
}