CacheStoreUtilities.GetValue - метод Смотри также Terrasoft.Core.Store - пространство имен > CacheStoreUtilities - класс : GetValue - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
GetValue<T>(IBaseStore,String) | Gets the value by the key key from the data storage or cache and casts the obtained value to the appropriate type If the value cannot be found by key, the method returns null . |
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 appropriate type If the value cannot be found by key, the method returns set default value. |