BondCache
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
|
|
public |
regs: {} |
|
public |
sessionId: * |
|
public |
storage: * |
|
public |
window: * |
Method Summary
Public Methods | ||
public |
changed(uuid: *, value: *) |
|
public |
|
|
public |
ensureActive(uuid: *, key: *) |
|
public |
finalise(uuid: *, bond: *) |
|
public |
initialise(uuid: *, bond: *, stringify: *, parse: *) |
|
public |
onMessage(e: *) |
|
public |
onStorageChanged(e: *) |
|
public |
onUnload() |
|
public |
reconstruct(updateMessage: *, bond: *): * |
Public Constructors
public constructor() source
Public Members
public deferParentPrefix: * source
public regs: {} source
public sessionId: * source
public storage: * source
public window: * source
Public Methods
public changed(uuid: *, value: *) source
Params:
Name | Type | Attribute | Description |
uuid | * | ||
value | * |
public checkConsistency() source
public ensureActive(uuid: *, key: *) source
Params:
Name | Type | Attribute | Description |
uuid | * | ||
key | * |
|
public finalise(uuid: *, bond: *) source
Params:
Name | Type | Attribute | Description |
uuid | * | ||
bond | * |
public initialise(uuid: *, bond: *, stringify: *, parse: *) source
Params:
Name | Type | Attribute | Description |
uuid | * | ||
bond | * | ||
stringify | * | ||
parse | * |
public onMessage(e: *) source
Params:
Name | Type | Attribute | Description |
e | * |
public onStorageChanged(e: *) source
Params:
Name | Type | Attribute | Description |
e | * |
public onUnload() source
public reconstruct(updateMessage: *, bond: *): * source
Params:
Name | Type | Attribute | Description |
updateMessage | * | ||
bond | * |
Return:
* |