Property | Type | Description | |
---|---|---|---|
api | IPhunApi | ||
config | ICmsConfiguration | ||
context | System.Web.HttpContextBase |
Method | Description | |
---|---|---|
Get ( string key ) : string |
Gets the specified key.
|
|
TemplateCache ( IPhunApi api, System.Web.HttpContextBase context ) : System |
Initializes a new instance of the TemplateCache class.
|
|
set ( string key, string value ) : string |
Sets the specified key.
|
public TemplateCache ( IPhunApi api, System.Web.HttpContextBase context ) : System | ||
api | IPhunApi | The API. |
context | System.Web.HttpContextBase | The context. |
return | System |
public set ( string key, string value ) : string | ||
key | string | The key. |
value | string | The value. |
return | string |