Property | Type | Description | |
---|---|---|---|
Buckets | Z.Expressions.SqlServer.Eval.SharedList[] |
Method | Description | |
---|---|---|
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. | |
return | bool |
public TryGetValue ( int key, |
||
key | int | The key. |
value | [out] The value. | |
return | bool |
public TryRemove ( |
||
value | ||
return | void |