Click or drag to resize
OutputHelper Methods

The OutputHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddPersistentDataType
Saves the persistent item to the file
Public methodStatic memberAddToCache
Adds the item to the cache
Protected methodAddToCacheInternal
Adds the item to the cache
Protected methodClearFullPageCacheFilesInternal
Deletes all files in persistent file system cache (extension of output cache)
Public methodStatic memberDeletePersistent
Restores the persistent item from the cache
Protected methodDeletePersistentInternal
Restores the persistent item from 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.
Protected methodGetFromPersistentFileInternalDataType
Gets the persistent item from file
Public methodStatic memberGetOutputCacheKey
Gets the output cache key for the request.
Protected methodGetOutputCacheKeyInternal
Gets the output cache key for the request.
Protected methodGetPersistentFileName
Gets the persistent file name for the given cache key
Protected methodGetPersistentFilePathInternal
Gets the file name for the given cache key
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.
Protected methodSaveToPersistentFileInternalDataType
Saves the persistent item to the file
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.
Public methodStatic memberTryRestorePersistentDataType
Restores the persistent item from the cache
Top
See Also