silverstripe-progressivewebapp/src/Interfaces/ServiceWorkerCacheProvider.php

10 lines
154 B
PHP

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