ObjectStorage.set

Save an element in storage by identity.

class ObjectStorage(Type = Object, KeyType = string)
set
(
Type element
,
KeyType identity
)

Parameters

identity KeyType

the identity of element in storage.

element Type

the element which is saved in storage.

Return Value

ObjectStorage

Meta