UNPKG

zan-proxy

Version:
7 lines (6 loc) 91 B
export interface Cache { get(key); set(key, value); has(has): boolean; del(key); }