jspm

Function clearCache

  • Supports clearing the global fetch cache in Node.js.

    Example:

    import { clearCache } from '@jspm/generator';
    clearCache();

    Returns void

Generated using TypeDoc