ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ImageResizer.Plugins.IVirtualFileCache Interface Reference

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

Inheritance diagram for ImageResizer.Plugins.IVirtualFileCache:
Inheritance graph
[legend]

Public Member Functions

IVirtualFile GetFileIfCached (string virtualPath, NameValueCollection queryString, IVirtualFile original)
 Returns a cached copy of virtual file if it is cached, and if caching is desired. More...
 

Detailed Description

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

Definition at line 11 of file IVirtualFileCache.cs.

Member Function Documentation

IVirtualFile ImageResizer.Plugins.IVirtualFileCache.GetFileIfCached ( string  virtualPath,
NameValueCollection  queryString,
IVirtualFile  original 
)

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

Parameters
virtualPath
queryString
original
Returns

The documentation for this interface was generated from the following file: