메소드 | 설명 | |
---|---|---|
ClearPageCache ( ) : void |
Clears the pages cache.
|
|
ClearPseudoCache ( ) : void |
Clears the pseudo cache.
|
|
GetFormattedPageContent ( System.PageInfo page ) : string |
Gets a cached formatted page content.
|
|
GetPageContent ( System.PageInfo page ) : |
Gets a cached T:PageContent.
|
|
GetPseudoCacheValue ( string name ) : string |
Gets a pseudo cache item value.
|
|
RemovePage ( System.PageInfo page ) : void |
Removes a page from the cache.
|
|
SetFormattedPageContent ( System.PageInfo page, string content ) : void |
Sets the formatted page content in cache.
|
|
SetPageContent ( System.PageInfo page, |
Sets the page content in cache.
|
|
SetPseudoCacheValue ( string name, string value ) : void |
Sets a pseudo cache item value.
|
public static GetFormattedPageContent ( System.PageInfo page ) : string | ||
page | System.PageInfo | The page to get the formatted content of. |
리턴 | string |
public static GetPageContent ( System.PageInfo page ) : |
||
page | System.PageInfo | The page to get the content of. |
리턴 |
public static GetPseudoCacheValue ( string name ) : string | ||
name | string | The name of the item to get the value of. |
리턴 | string |
public static RemovePage ( System.PageInfo page ) : void | ||
page | System.PageInfo | The page to remove. |
리턴 | void |
public static SetFormattedPageContent ( System.PageInfo page, string content ) : void | ||
page | System.PageInfo | The page to set the content of. |
content | string | The content. |
리턴 | void |
public static SetPageContent ( System.PageInfo page, |
||
page | System.PageInfo | The page to set the content of. |
content | The content. | |
리턴 | void |
public static SetPseudoCacheValue ( string name, string value ) : void | ||
name | string | The name of the item to set the value of. |
value | string | The value of the item. |
리턴 | void |