View Source
Class BlockEditorPropertyValueConstructorCacheBase<T>
Assembly: Umbraco.Infrastructure.dll
Syntax
public abstract class BlockEditorPropertyValueConstructorCacheBase<T> where T : IBlockReference<IPublishedElement, IPublishedElement>
Type Parameters
Methods
View Source
Clear()
Declaration
View Source
SetValue((Guid ContentTypeKey, Guid? SettingsTypeKey), Func<Guid, IPublishedElement, Guid?, IPublishedElement?, T>)
Declaration
public void SetValue((Guid ContentTypeKey, Guid? SettingsTypeKey) key, Func<Guid, IPublishedElement, Guid?, IPublishedElement?, T> value)
Parameters
View Source
TryGetValue((Guid ContentTypeKey, Guid? SettingsTypeKey), out Func<Guid, IPublishedElement, Guid?, IPublishedElement?, T>)
Declaration
public bool TryGetValue((Guid ContentTypeKey, Guid? SettingsTypeKey) key, out Func<Guid, IPublishedElement, Guid?, IPublishedElement?, T> value)
Parameters
Returns