Cache

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

add
auto add(RequestInfo request)
Undocumented in source. Be warned that the author may not have intended to support it.
addAll
auto addAll(Sequence!(RequestInfo) requests)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
auto delete_(RequestInfo request, CacheQueryOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
auto delete_(RequestInfo request)
Undocumented in source. Be warned that the author may not have intended to support it.
keys
auto keys(RequestInfo request, CacheQueryOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
keys
auto keys(RequestInfo request)
Undocumented in source. Be warned that the author may not have intended to support it.
keys
auto keys()
Undocumented in source. Be warned that the author may not have intended to support it.
match
auto match(RequestInfo request, CacheQueryOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
match
auto match(RequestInfo request)
Undocumented in source. Be warned that the author may not have intended to support it.
matchAll
auto matchAll(RequestInfo request, CacheQueryOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
matchAll
auto matchAll(RequestInfo request)
Undocumented in source. Be warned that the author may not have intended to support it.
matchAll
auto matchAll()
Undocumented in source. Be warned that the author may not have intended to support it.
put
auto put(RequestInfo request, Response response)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta