AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

IAdvantageCacheContainer..::..Store<(Of <(<'T>)>)> Method

Stores the specified key.

Namespace:  AdvantageCMS.Core.Utils.Cache
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


void Store<T>(
	string key,
	T item,
	string type,
	int expiryMinutes
)

Type Parameters

T

Parameters

key
Type: String
The key.
item
Type: T
The item.
type
Type: String
The type.
expiryMinutes
Type: Int32
The expiry minutes.