AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageEngineBase..::..WebCache_Get<(Of <(<'T>)>)> Method

Retrieves an item from the web cache.

Namespace:  AdvantageCMS.Core.Common.Engine
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public T WebCache_Get<T>(
	string key
)

Type Parameters

T
The type of object to retrieve.

Parameters

key
Type: String
The cache key.

Return Value

The cached object, or null if not found or no HttpContext is available.