CacheRec ReuseCTOR Method NFX Class Library

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

Used as a "constructor" that reuses this class instance to lessen GC burden

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

internal void ReuseCTOR(
	Object data,
	int maxAgeSec,
	int priority,
	Nullable<DateTime> absoluteExpirationUTC
)

Parameters

data
Type: OnlineSystem Object
maxAgeSec
Type: OnlineSystem Int32
priority
Type: OnlineSystem Int32
absoluteExpirationUTC
Type: OnlineSystem Nullable OnlineDateTime 
See Also