C# Class ModernApp4Me.WP8.Download.SystemImageCache

Implements an ImageCache using the cache mechanism provided by the system.
Inheritance: ImageCache
Show file Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
Clear ( ) : void

Implements ImageCache.Clear.

SystemImageCache ( string name ) : System

Initializes a new SystemImageCache instance with the specified name.

Protected Methods

Method Description
GetInternal ( Uri imageUri ) : System.Windows.Media.ImageSource

Implements ImageCache.GetInternal.

Method Details

Clear() public method

Implements ImageCache.Clear.
public Clear ( ) : void
return void

GetInternal() protected method

Implements ImageCache.GetInternal.
protected GetInternal ( Uri imageUri ) : System.Windows.Media.ImageSource
imageUri System.Uri
return System.Windows.Media.ImageSource

SystemImageCache() public method

Initializes a new SystemImageCache instance with the specified name.
public SystemImageCache ( string name ) : System
name string
return System