UNPKG

ice.fo.utils

Version:

14 lines (8 loc) 279 B
declare module "ice.fo.utils/ServerCacheUtils" { export function put(context: any); export function get(context: any); export function remove(context: any); export function removeAll(); export function has(context: any); export function getKeys(); }