Interface IContentCacheDataSerializerFactory
Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public interface IContentCacheDataSerializerFactory
Methods
View SourceCreate(ContentCacheDataSerializerEntityType)
Gets or creates a new instance of IContentCacheDataSerializer
Declaration
IContentCacheDataSerializer Create(ContentCacheDataSerializerEntityType types)
Parameters
Type | Name | Description |
---|---|---|
ContentCacheDataSerializerEntityType | types |
Returns
Type | Description |
---|---|
IContentCacheDataSerializer |
Remarks
This method may return the same instance, however this depends on the state of the application and if any underlying data has changed. This method may also be used to initialize anything before a serialization/deserialization session occurs.