Uses of Interface
elemental2.dom.Cache.DeleteRequestUnionType
-
-
Uses of Cache.DeleteRequestUnionType in elemental2.dom
Methods in elemental2.dom that return Cache.DeleteRequestUnionType Modifier and Type Method Description static Cache.DeleteRequestUnionType
Cache.DeleteRequestUnionType. of(java.lang.Object o)
Methods in elemental2.dom with parameters of type Cache.DeleteRequestUnionType Modifier and Type Method Description elemental2.promise.Promise<java.lang.Boolean>
Cache. delete(Cache.DeleteRequestUnionType request)
elemental2.promise.Promise<java.lang.Boolean>
Cache. delete(Cache.DeleteRequestUnionType request, CacheQueryOptions options)
-