The GlobalStoreDefinitionParametersMap type exposes the following members.

Constructors

  NameDescription
GlobalStoreDefinitionParametersMap
Initializes a new instance of the GlobalStoreDefinitionParametersMap class

Methods

  NameDescription
AddOverloaded.
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>)>).)
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(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

  NameDescription
Instance
Item
Gets or sets the value associated with the specified key.
(Inherited from LocalCache<(Of <(TKey, TValue>)>).)

See Also