Try our conversational search powered by Generative AI!

Class GlobalTypeToStoreMap

Class to handle global type to store mappings

Inheritance
System.Object
LocalCache<System.Type, System.String>
GlobalTypeToStoreMap
Implements
System.IDisposable
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 11.20.7
Syntax
public class GlobalTypeToStoreMap : LocalCache<Type, string>, IDisposable

Constructors

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

Extension Methods