@asciidoctor/core - v4.0.11
    Preparing search index...

    Namespace HttpCacheManager

    Singleton manager for the HTTP cache.

    Register a process-level cache: HttpCacheManager.setCache(new MemoryHttpCache()) HttpCacheManager.setCache(new MyFileSystemCache('./cache')) HttpCacheManager.setCache(null) // revert to default ephemeral behaviour

    When no cache is registered and cache-uri is set, an ephemeral MemoryHttpCache is created per Document instance.

    Variables

    _cache

    Functions

    getCache
    getCacheForDocument
    setCache