silverstripe-progressivewebapp/src/Interfaces/ServiceWorkerCacheProvider.php

10 lines
170 B
PHP
Raw Normal View History

2018-07-08 10:55:43 +02:00
<?php
namespace MichelSteege\ProgressiveWebApp\Interfaces;
interface ServiceWorkerCacheProvider {
public static function getServiceWorkerCachedPaths();
}