Extends the expiration of the cache object.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Extend(
string key,
TimeSpan expiration
)
Public Sub Extend (
key As String,
expiration As TimeSpan
)
public:
void Extend(
String^ key,
TimeSpan expiration
)
member Extend :
key : string *
expiration : TimeSpan -> unit
Parameters
- key
- Type: SystemString
The key to find. - expiration
- Type: SystemTimeSpan
The new expiration to extend.
See Also