silverstripe-progressivewebapp/src/Interfaces/ServiceWorkerCacheProvider.php
2018-07-08 10:55:43 +02:00

10 lines
170 B
PHP

<?php
namespace MichelSteege\ProgressiveWebApp\Interfaces;
interface ServiceWorkerCacheProvider {
public static function getServiceWorkerCachedPaths();
}