Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentCacheDataSerializerFactory

    Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
    Assembly: Umbraco.PublishedCache.NuCache.dll
    Syntax
    public interface IContentCacheDataSerializerFactory

    Methods

    View Source

    Create(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.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Create(ContentCacheDataSerializerEntityType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX