Table of Contents

Class UriAbsoluteCacheKey

Namespace
SixLabors.ImageSharp.Web.Caching
Assembly
SixLabors.ImageSharp.Web.dll

Creates a cache key based on the request host, path and commands.

public class UriAbsoluteCacheKey : ICacheKey
Inheritance
UriAbsoluteCacheKey
Implements
Inherited Members

Methods

Create(HttpContext, CommandCollection)

Creates the cache key based on the specified context and commands.

public string Create(HttpContext context, CommandCollection commands)

Parameters

context HttpContext

The HTTP context.

commands CommandCollection

The commands.

Returns

string

The cache key.