silverstripe-progressivewebapp/src/Interfaces/ServiceWorkerCacheProvider.php
2020-04-02 02:42:13 +07:00

10 lines
154 B
PHP

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