C# Class Gablarski.Clients.AvatarCache

Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
Clear ( ) : void
GetAvatarAsync ( string avatar ) : Task

Gets the binary data from the specified URL, or from the cache if available.

RemoveAvatar ( string url ) : void

Private Methods

Méthode Description
AvatarCache ( ) : System

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

GetAvatarAsync() public static méthode

Gets the binary data from the specified URL, or from the cache if available.
public static GetAvatarAsync ( string avatar ) : Task
avatar string The URL or Gravatar email to retrieve the image from.
Résultat Task

RemoveAvatar() public static méthode

public static RemoveAvatar ( string url ) : void
url string
Résultat void