Interface CacheQueryOptions


@JsType(isNative=true, namespace="<global>") public interface CacheQueryOptions
  • Method Details

    • create

      @JsOverlay static CacheQueryOptions create()
    • getCacheName

      @JsProperty String getCacheName()
    • isIgnoreMethod

      @JsProperty boolean isIgnoreMethod()
    • isIgnoreSearch

      @JsProperty boolean isIgnoreSearch()
    • isIgnoreVary

      @JsProperty boolean isIgnoreVary()
    • isPrefixMatch

      @JsProperty boolean isPrefixMatch()
    • setCacheName

      @JsProperty void setCacheName(String cacheName)
    • setIgnoreMethod

      @JsProperty void setIgnoreMethod(boolean ignoreMethod)
    • setIgnoreSearch

      @JsProperty void setIgnoreSearch(boolean ignoreSearch)
    • setIgnoreVary

      @JsProperty void setIgnoreVary(boolean ignoreVary)
    • setPrefixMatch

      @JsProperty void setPrefixMatch(boolean prefixMatch)