Overload | Description |
---|---|
GetValue<T>(IBaseStore,String) | Gets the value by the key key from the data storage or cache and casts the obtained value to the specified type. The method returns null if the key value is not found. |
GetValue<T>(IBaseStore,String,T) | Gets the value by the key key from the data storage or cache and casts the obtained value to the specified type. If no key value is found, the method returns the specified default value. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2