C# Class NeoSmart.Web.EasyCache

Datei anzeigen Open project: neosmart/web

Public Methods

Method Description
Cache ( this response, System.TimeSpan expiresIn ) : void
NoCache ( this response ) : void

Method Details

Cache() public static method

public static Cache ( this response, System.TimeSpan expiresIn ) : void
response this
expiresIn System.TimeSpan
return void

NoCache() public static method

public static NoCache ( this response ) : void
response this
return void