A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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