Dispose of a memory store and complete its RxJS subject
Completes the subject (stopping all emissions), clears logs, and removes the store from the registry. All subscribers will automatically complete.
Registry name of the memory store
// Cleanup when shutting downdisposeMemoryStore('api') Copy
// Cleanup when shutting downdisposeMemoryStore('api')
Dispose of a memory store and complete its RxJS subject
Completes the subject (stopping all emissions), clears logs, and removes the store from the registry. All subscribers will automatically complete.