LocalCacheTable TKey  Put Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public PutResult Put(
	TKey key,
	Object obj,
	Nullable<int> maxAgeSec = null,
	int priority = 0,
	Nullable<DateTime> absoluteExpirationUTC = null
)

Parameters

key
Type: TKey
obj
Type: OnlineSystem Object
maxAgeSec (Optional)
Type: OnlineSystem Nullable OnlineInt32 
priority (Optional)
Type: OnlineSystem Int32
absoluteExpirationUTC (Optional)
Type: OnlineSystem Nullable OnlineDateTime 

Return Value

Type: PutResult

Implements

ICacheTable TKey  Put(TKey, Object, Nullable Int32 , Int32, Nullable DateTime )
See Also