C# Class NeoSmart.Web.EasyCache

Afficher le fichier Open project: neosmart/web

Méthodes publiques

Méthode Description
Cache ( this response, System.TimeSpan expiresIn ) : void
NoCache ( this response ) : void

Method Details

Cache() public static méthode

public static Cache ( this response, System.TimeSpan expiresIn ) : void
response this
expiresIn System.TimeSpan
Résultat void

NoCache() public static méthode

public static NoCache ( this response ) : void
response this
Résultat void