- T
- Type to which the value received from the repository/cache is brought.
CacheStoreUtilities.GetValue(IBaseStore,String,T) - метод Смотри также Terrasoft.Core.Store - пространство имен > CacheStoreUtilities - класс > GetValue - метод : GetValue(IBaseStore,String,T) - метод C#
- source
- Data storage or cache
- key
- Value key.
- defaultValue
- The default value that will be returned by a method if the value by key was not found in the storage/cache
Glossary Item Box
[Extension()] public static T GetValue<T>( IBaseStore source, string key, T defaultValue )
Параметры
- source
- Data storage or cache
- key
- Value key.
- defaultValue
- The default value that will be returned by a method if the value by key was not found in the storage/cache
Типы обобщений
- T
- Type to which the value received from the repository/cache is brought.