@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface CanonicalReferenceCacheOptions

    interface CanonicalReferenceCacheOptions {
        maxEntries?: number;
        maxBytes?: number;
    }
    Index

    Properties

    maxEntries?: number

    Maximum retained entries. Default 64. Set to 0 to disable caching.

    maxBytes?: number

    Maximum estimated retained bytes. Default 32 MiB. Set to 0 to disable caching.