Image Resizer : API Documentation

Type IVirtualFileCache

Namespace ImageResizer.Plugins

Implement this if you are caching files provided by a virtual image provider (For example, remote or s3-hosted images).

Methods

Public instance methods

IVirtualFile GetFileIfCached(string virtualPath, NameValueCollection queryString, IVirtualFile original)

Returns a cached copy of virtual file if it is cached, and if caching is desired.