Click or drag to resize
OutputHelperTryGetFromCacheInternal Method
Attempts to get the cached output from the cache. Returns true if output was found in cache. Otherwise false.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 8.2.23
Syntax
C#
protected virtual bool TryGetFromCacheInternal(
	string cacheKey,
	string siteName,
	out CachedOutput output
)

Parameters

cacheKey
Type: SystemString
Cache key
siteName
Type: SystemString
Site name
output
Type: CMS.OutputFilterCachedOutput
Returning output

Return Value

Type: Boolean
See Also