AdvantageEngineBase..::..WebCache_Store<(Of <(<'T>)>)> Method
Stores items to web cache.
Namespace:
AdvantageCMS.Core.Common.EngineAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public bool WebCache_Store<T>( string key, string category, T obj, int expiryMinutes, HttpContext context )
Type Parameters
- T
Parameters
- key
- Type: String
The key.
- category
- Type: String
The category.
- obj
- Type: T
The object.
- expiryMinutes
- Type: Int32
The expiry minutes.
- context
- Type: HttpContext
The context.