Method | Description | |
---|---|---|
PhunCache ( System.Web.HttpContextBase context ) : System.Web |
Initializes a new instance of the PhunCache class.
|
|
get ( string key ) : object |
Gets the specified key.
|
|
set ( string key, object value ) : object |
Sets the specified key.
|
public PhunCache ( System.Web.HttpContextBase context ) : System.Web | ||
context | System.Web.HttpContextBase | The context. |
return | System.Web |
public set ( string key, object value ) : object | ||
key | string | The key. |
value | object | The value. |
return | object |