Storage Methods

The Storage type exposes the following members.

Methods
  NameDescription
Public methodClear
Clear the storage.
Public methodCount
Get the number of items in the storage.
Public methodKeys
Get all keys of the storage.
Public methodRemove
Remove the storage item for the given key.
Public methodSet
Sets the storage item
Top
See Also