silverstripe-progressivewebapp/src/Interfaces/ServiceWorkerCacheProvider.php

10 lines
170 B
PHP

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