Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConfigurePhysicalFileSystemCacheOptions

    Configures the ImageSharp physical file system cache options.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Imaging.ImageSharp
    Assembly: Umbraco.Cms.Imaging.ImageSharp.dll
    Syntax
    public sealed class ConfigurePhysicalFileSystemCacheOptions : IConfigureOptions<PhysicalFileSystemCacheOptions>

    Constructors

    View Source

    ConfigurePhysicalFileSystemCacheOptions(IOptions<ImagingSettings>, IHostEnvironment)

    Initializes a new instance of the ConfigurePhysicalFileSystemCacheOptions class.

    Declaration
    public ConfigurePhysicalFileSystemCacheOptions(IOptions<ImagingSettings> imagingSettings, IHostEnvironment hostEnvironment)
    Parameters
    Type Name Description
    IOptions<ImagingSettings> imagingSettings

    The Umbraco imaging settings.

    IHostEnvironment hostEnvironment

    The host environment.

    Methods

    View Source

    Configure(PhysicalFileSystemCacheOptions)

    Declaration
    public void Configure(PhysicalFileSystemCacheOptions options)
    Parameters
    Type Name Description
    PhysicalFileSystemCacheOptions options
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ConfigurePhysicalFileSystemCacheOptions(IOptions<ImagingSettings>, IHostEnvironment)
    • Methods
      • Configure(PhysicalFileSystemCacheOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX