Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: clearCache Arguments: func Description: Clears cached results for a function. Page type: webl Render function: Module: global Page source: var ok = (Wub_ClearCache(func) ? false); if ok then `Cache cleared for "` + func + `".` else `Cache could not be cleared for "` + func + `".` end