Storage

Interface for objects that are able to store elements of Type by identity of KeyType.

Members

Functions

remove
Storage remove(KeyType identity)

Remove an element from Storage with identity.

set
Storage set(Type element, KeyType identity)

Save an element in Storage by key identity.

Meta