C# Class Flatwhite.Global

Global config
Afficher le fichier Open project: vanthoainguyen/Flatwhite

Private Properties

Свойство Type Description
Global System
Init void

Méthodes publiques

Méthode Description
RevalidateCaches ( List revalidatedKeys ) : void

Revalidate the caches with provided revalidateKeys

RevalidateCachesAsync ( List revalidateKeys ) : System.Threading.Tasks.Task

Async notify revalidation events

Private Methods

Méthode Description
Global ( ) : System
Init ( ) : void

Method Details

RevalidateCaches() public static méthode

Revalidate the caches with provided revalidateKeys
public static RevalidateCaches ( List revalidatedKeys ) : void
revalidatedKeys List
Résultat void

RevalidateCachesAsync() public static méthode

Async notify revalidation events
public static RevalidateCachesAsync ( List revalidateKeys ) : System.Threading.Tasks.Task
revalidateKeys List
Résultat System.Threading.Tasks.Task