VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / CacheManagerBase Class / CacheLifeTime Property
Syntax Exceptions Requirements SeeAlso
In This Topic
CacheLifeTime Property (CacheManagerBase)
In This Topic
Gets or sets a value that determines how long, in minutes, cached object will be stored on server.
Syntax
'Declaration

Public Property CacheLifeTime As Integer

public int CacheLifeTime { get; set; }

Property Value

Default value is 60 minutes (1 hour).
Exceptions
ExceptionDescription
Thrown if value is less than 1.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also