- T
- Type to which the value received from the repository/cache is brought.
CacheStoreUtilities.GetValue(IBaseStore,String) - метод Смотри также Terrasoft.Core.Store - пространство имен > CacheStoreUtilities - класс > GetValue - метод : GetValue(IBaseStore,String) - метод C#
- source
- Data storage or cache
- key
- Value key.
Glossary Item Box
null
.
Параметры
- source
- Data storage or cache
- key
- Value key.
Типы обобщений
- T
- Type to which the value received from the repository/cache is brought.
Тип возвращаемого значения
Value by the key key, brought to the T type ornull
, if the value is not found.