Class UriRelativeCacheKey
- Namespace
- SixLabors.ImageSharp.Web.Caching
- Assembly
- SixLabors.ImageSharp.Web.dll
Creates a cache key based on the request path and commands.
public class UriRelativeCacheKey : ICacheKey
- Inheritance
-
UriRelativeCacheKey
- 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
contextHttpContextThe HTTP context.
commandsCommandCollectionThe commands.
Returns
- string
The cache key.