Namespace SixLabors.ImageSharp.Web.Caching
Classes
CacheHash
Creates hashed keys for the given inputs hashing them to string of length ranging from 2 to 64. Hashed keys are the result of the SHA256 computation of the input value for the given length. This ensures low collision rates with a shorter file name.
PhysicalFileSystemCache
Implements a physical file system based cache.
PhysicalFileSystemCacheOptions
Configuration options for the PhysicalFileSystemCache.
Interfaces
ICacheHash
Defines a contract that allows the creation of hashed file names for storing cached images.
IImageCache
Specifies the contract for caching images.