| OutputHelper Class |
Namespace: CMS.OutputFilter
public class OutputHelper : AbstractHelper<OutputHelper>
The OutputHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| OutputHelper |
| Name | Description | |
|---|---|---|
| CacheItemPriority |
Cache item priority.
|
| Name | Description | |
|---|---|---|
| AvailableCacheItemNames |
Gets list of cache items supported by system
| |
| CacheItems |
List of the cache key items separated by semicolon. Defaults to "username;sitename;lang;browser;cookielevel;deviceprofile". Other available values are: domain, viewmode
| |
| ClearOutputCacheOnPostback |
If true, output cache is cleared on postback.
| |
| UseOutputFilterCache |
Returns true if full client cache is enabled (no revalidation requests).
|
| Name | Description | |
|---|---|---|
| AddToCache |
Adds the item to the cache
| |
| AddToCacheInternal |
Adds the item to the cache
| |
| EnableOutputCache |
Returns true if the output caching is enabled.
| |
| EndRequest |
Ends the current request
| |
| FileSystemOutputCacheMinutes |
Returns the number of minutes for which the output cache should be stored in the file system
| |
| GetContextCacheString |
Gets the context cache string for the given set of items.
| |
| GetOutputCacheKey |
Gets the output cache key for the request.
| |
| GetOutputCacheKeyInternal |
Gets the output cache key for the request.
| |
| GetVaryByCustomString |
Custom cache parameters processing.
| |
| SaveOutputToCache |
Saves the output data to the cache.
| |
| SaveOutputToCacheInternal |
Saves the output data to the cache.
| |
| SendOutputFromCache |
Sends the page output from the output cache.
| |
| SendOutputFromCacheInternal |
Sends the page output from the output cache.
| |
| SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) | |
| SetCaching |
Sets the page caching.
| |
| TryGetFromCache |
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.
| |
| TryGetFromCacheInternal |
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.
|