The GlobalStoreDefinitionParametersMap type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GlobalStoreDefinitionParametersMap | Initializes a new instance of the GlobalStoreDefinitionParametersMap class |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clear |
Clears the cache of all keys and values
(Inherited from LocalCache<(Of <(TKey, TValue>)>).) | |
| ContainsKey |
Determines whether the cache contains the specified key.
(Inherited from LocalCache<(Of <(TKey, TValue>)>).) | |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InternalSet | (Inherited from LocalCache<(Of <(TKey, TValue>)>).) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Remove an item from the cache
(Inherited from LocalCache<(Of <(TKey, TValue>)>).) | |
| ShallowCopy |
Does a shallow copy of the items.
(Inherited from LocalCache<(Of <(TKey, TValue>)>).) | |
| ToString | (Inherited from Object.) | |
| TryGetValue |
Gets the value associated with the specified key.
(Inherited from LocalCache<(Of <(TKey, TValue>)>).) | |
| ValidateKey | (Overrides LocalCache<(Of <(TKey, TValue>)>)..::.ValidateKey(TKey).) | |
| ValidateValue | (Overrides LocalCache<(Of <(TKey, TValue>)>)..::.ValidateValue(TValue).) |
Properties
| Name | Description | |
|---|---|---|
| Instance | ||
| Item |
Gets or sets the value associated with the specified key.
(Inherited from LocalCache<(Of <(TKey, TValue>)>).) |