Click or drag to resize
CachingExtend Method
Extends the expiration of the cache object.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Extend(
	string key,
	TimeSpan expiration
)

Parameters

key
Type: SystemString
The key to find.
expiration
Type: SystemTimeSpan
The new expiration to extend.
See Also