@asciidoctor/core
    Preparing search index...

    Class HttpCache

    Base HTTP cache class.

    The default implementation delegates directly to fetch() with no caching. Subclasses override read() to add caching behaviour.

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Fetch content from a URI, optionally from a cache.

      Parameters

      • uri: string

      Returns Promise<Response>