Class GlobalStoreDefinitionParametersMap
Class to handle global registrations of store name to Store
Inheritance
System.Object
GlobalStoreDefinitionParametersMap
Implements
System.IDisposable
Inherited Members
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public class GlobalStoreDefinitionParametersMap : LocalCache<string, StoreDefinitionParameters>, IDisposable
Constructors
GlobalStoreDefinitionParametersMap()
Declaration
public GlobalStoreDefinitionParametersMap()
Properties
Instance
Declaration
public static GlobalStoreDefinitionParametersMap Instance { get; }
Property Value
Type | Description |
---|---|
Global |
Methods
Add(Type, StoreDefinitionParameters)
Use the overload when the store name to register should be derived from the System.
Declaration
public void Add(Type type, StoreDefinitionParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
System. |
type | |
Store |
parameters |
ContainsType(Type)
Determines whether the cache contains the specified type.
Declaration
public virtual bool ContainsType(Type type)
Parameters
Type | Name | Description |
---|---|---|
System. |
type | The type to locate in the cache |
Returns
Type | Description |
---|---|
System. |
if the cache contains an element with the specified type; otherwise, .
|
Exceptions
Type | Condition |
---|---|
System. |
key is null> |
ValidateKey(String)
Declaration
protected override void ValidateKey(string key)
Parameters
Type | Name | Description |
---|---|---|
System. |
key |
Overrides
EPiServer.Data.Cache.Internal.LocalCache<System.String, EPiServer.Data.Dynamic.StoreDefinitionParameters>.ValidateKey(System.String)
ValidateValue(StoreDefinitionParameters)
Declaration
protected override void ValidateValue(StoreDefinitionParameters value)
Parameters
Type | Name | Description |
---|---|---|
Store |
value |
Overrides
EPiServer.Data.Cache.Internal.LocalCache<System.String, EPiServer.Data.Dynamic.StoreDefinitionParameters>.ValidateValue(EPiServer.Data.Dynamic.StoreDefinitionParameters)
Implements
System.IDisposable