A cache for inflight requests to the Management Api. Use this class to cache requests and avoid duplicate calls. UmbManagementApiInflightRequestCache
Clears all entries from the cache
UmbManagementApiInflightRequestCache
Deletes an entry from the cache
The ID of the entry to delete
Retrieves an entry from the cache
The ID of the entry to retrieve
Checks if an entry exists in the cache
The ID of the entry to check
Adds an entry to the cache
A unique key representing the promise
The promise to cache
A cache for inflight requests to the Management Api. Use this class to cache requests and avoid duplicate calls. UmbManagementApiInflightRequestCache