KeyTransformerProxy.GetValues - метод Смотри также Terrasoft.Core.Store - пространство имен > KeyTransformerProxy - класс : GetValues - метод C#
- keys
- List of keys.
Glossary Item Box
public IDictionary<string,object> GetValues( IEnumerable<string> keys )
Параметры
- keys
- List of keys.
Тип возвращаемого значения
Dictionary of values from the cache for the keys keys.Each key from the list is converted according to the transformation rules of the proxy class keys, after which the value obtained from cache by the transformed key is added to the resulting dictionary of values . Value key in the resulting dictionary remains the same.