All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.web.serviceworker.MultiCacheQueryOptions Maven / Gradle / Ivy

package js.web.serviceworker;


import org.teavm.jso.JSProperty;

import javax.annotation.Nullable;


public interface MultiCacheQueryOptions extends CacheQueryOptions {
    @JSProperty
    @Nullable
    String getCacheName();

    @JSProperty
    void setCacheName(String cacheName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy