C# Class SoundInTheory.DynamicImage.Caching.DynamicImageCacheManager

Exibir arquivo Open project: sitdap/dynamic-image Class Usage Examples

Private Properties

Property Type Description
Add void
Exists bool
GetImageLastModifiedDate DateTime
GetProperties ImageProperties
RemoveByDependency void
SendImageToHttpResponse void

Public Methods

Method Description
Remove ( ImageSource source ) : void
RemoveAll ( ) : void

Private Methods

Method Description
Add ( string cacheKey, GeneratedImage generatedImage, SoundInTheory.DynamicImage.Caching.Dependency dependencies ) : void
Exists ( string cacheKey ) : bool
GetImageLastModifiedDate ( HttpContext context, string cacheProviderKey, string fileExtension ) : DateTime
GetProperties ( string cacheKey ) : ImageProperties
RemoveByDependency ( SoundInTheory.DynamicImage.Caching.Dependency dependency ) : void
SendImageToHttpResponse ( HttpContext context, string cacheProviderKey, string fileExtension ) : void

Method Details

Remove() public static method

public static Remove ( ImageSource source ) : void
source SoundInTheory.DynamicImage.Sources.ImageSource
return void

RemoveAll() public static method

public static RemoveAll ( ) : void
return void