Share via


IKeyValueStorage Interface

Definition

Storage which provides key-value pairs.

public interface class IKeyValueStorage
public interface IKeyValueStorage
type IKeyValueStorage = interface
Public Interface IKeyValueStorage

Methods

GetValue<T>(String, T)

Gets current value from the storage

SetValue<T>(String, T)

Sets value to the storage.

Applies to