Свойство | Тип | Описание | |
---|---|---|---|
Buckets | Z.Expressions.SqlServer.Eval.SharedList[] |
Метод | Описание | |
---|---|---|
SharedBucketList ( int bucketSize = 16 ) | ||
TryAdd ( |
Attempts to add a value in the shared cache for the specified key.
|
|
TryGetValue ( int key, |
Attempts to get value from the shared cache for the specified key.
|
|
TryRemove ( |
public TryAdd ( |
||
value | The value. | |
Результат | bool |
public TryGetValue ( int key, |
||
key | int | The key. |
value | [out] The value. | |
Результат | bool |
public TryRemove ( |
||
value | ||
Результат | void |