London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class GlobalTypeHandlers

Class to handle global Type Handlers

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

Constructors

GlobalTypeHandlers()

Declaration
public GlobalTypeHandlers()

Properties

Instance

Declaration
public static GlobalTypeHandlers Instance { get; }
Property Value
Type Description
GlobalTypeHandlers

Methods

ValidateValue(ITypeHandler)

Declaration
protected override void ValidateValue(ITypeHandler value)
Parameters
Type Name Description
ITypeHandler value
Overrides
EPiServer.Data.Cache.Internal.LocalCache<System.Type, EPiServer.Data.Dynamic.ITypeHandler>.ValidateValue(EPiServer.Data.Dynamic.ITypeHandler)

Implements

System.IDisposable

Extension Methods