@umbraco-cms/backoffice
    Preparing search index...

    Class UmbManagementApiInFlightRequestCache<ResponseModelType>

    A cache for inflight requests to the Management Api. Use this class to cache requests and avoid duplicate calls. UmbManagementApiInflightRequestCache

    Type Parameters

    • ResponseModelType
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Checks if an entry exists in the cache

      Parameters

      • key: string

        The ID of the entry to check

      Returns boolean

      • True if the entry exists, false otherwise

      UmbManagementApiInflightRequestCache