C# Class Smeedee.Services.MemoryCachedImageService

Inheritance: IImageService
显示文件 Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Public Methods

Method Description
GetImage ( Uri uri, Action callback ) : void
MemoryCachedImageService ( IImageService serviceToCache ) : System

Private Methods

Method Description
FireCallbacks ( Uri uri ) : void
ImageRetriever ( Uri uri ) : Action
StoreCallback ( Uri uri, Action callback ) : void

Method Details

GetImage() public method

public GetImage ( Uri uri, Action callback ) : void
uri System.Uri
callback Action
return void

MemoryCachedImageService() public method

public MemoryCachedImageService ( IImageService serviceToCache ) : System
serviceToCache IImageService
return System