Method | Description | |
---|---|---|
CacheAttribute ( HttpCacheability cacheability ) : System |
Initializes a new instance of the CacheAttribute class.
|
Method | Description | |
---|---|---|
ICachePolicyConfigurer ( System.Web.HttpCachePolicy policy ) : void |
Configures ASP.Net's Cache policy based on properties set
|
public CacheAttribute ( HttpCacheability cacheability ) : System | ||
cacheability | HttpCacheability | Sets the Cache-Control HTTP header. /// The Cache-Control HTTP header controls how documents are to be cached on the network. |
return | System |