Classes
Members
# _txInternal
Methods
# protected _bindMethods(…names)
Binds the named TX API methods to their owner object.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
names |
string
|
<repeatable> |
# protected _cached(key, factory) → {Promise.<T>}
Returns a cached Promise for a given key, creating it on first access.
Stores the Promise itself so concurrent callers share one in-flight request.
Parameters:
| Name | Type | Description |
|---|---|---|
key |
string
|
|
factory |
function
|
Promise.<T>
# protected _invalidateCache(keyopt)
Drops one cached entry (or all entries when called without a key).
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
key |
string
|
<optional> |