Class to handle global type to store mappings

Namespace:  EPiServer.Data.Dynamic
Assembly:  EPiServer.Data (in EPiServer.Data.dll) Version: 6.2.267.1

Syntax

C#
public class GlobalTypeToStoreMap : LocalCache<Type, string>

Inheritance Hierarchy

System..::.Object
  EPiServer.Data.Cache..::.LocalCache<(Of <(Type, String>)>)
    EPiServer.Data.Dynamic..::.GlobalTypeToStoreMap

See Also