A cache for subscriptions done during conversion of elements.

Subscription will be stored for unsubscription to prevent memory leaks when the subscription reference is lost.

Constructors

Properties

subscriptionCache: Map<string, Subscription[]> = ...

Methods