Click or drag to resize
OutputHelper Methods

The OutputHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddToCache
Adds the item to the cache
Protected methodAddToCacheInternal
Adds the item to the cache
Public methodStatic memberEnableOutputCache
Returns true if the output caching is enabled.
Public methodStatic memberEndRequest
Ends the current request
Public methodStatic memberFileSystemOutputCacheMinutes
Returns the number of minutes for which the output cache should be stored in the file system
Public methodStatic memberGetContextCacheString
Gets the context cache string for the given set of items.
Public methodStatic memberGetOutputCacheKey
Gets the output cache key for the request.
Protected methodGetOutputCacheKeyInternal
Gets the output cache key for the request.
Public methodStatic memberGetVaryByCustomString
Custom cache parameters processing for the full page cache and web part partial cache.
Public methodStatic memberSaveOutputToCache
Saves the output data to the cache.
Protected methodSaveOutputToCacheInternal
Saves the output data to the cache.
Public methodStatic memberSendOutputFromCache
Sends the page output from the output cache.
Protected methodSendOutputFromCacheInternal
Sends the page output from the output cache.
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Public methodStatic memberSetCaching
Sets the page caching.
Public methodStatic memberTryGetFromCache
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.
Protected methodTryGetFromCacheInternal
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.
Top
See Also