Class GlobalTypeToStoreMap
Class to handle global type to store mappings
Implements
System.IDisposable
  Inherited Members
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public class GlobalTypeToStoreMap : LocalCache<Type, string>, IDisposableConstructors
GlobalTypeToStoreMap()
Declaration
public GlobalTypeToStoreMap()Properties
Instance
Declaration
public static GlobalTypeToStoreMap Instance { get; }Property Value
| Type | Description | 
|---|---|
| GlobalTypeToStoreMap | 
Methods
ValidateValue(String)
Declaration
protected override void ValidateValue(string value)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | value | 
Overrides
EPiServer.Data.Cache.Internal.LocalCache<System.Type, System.String>.ValidateValue(System.String)
  Implements
      System.IDisposable
  
  