CacheLifeTime Property (CacheManagerBase)
Gets or sets a value that determines how long, in minutes, cached object will be stored on server.
'Declaration
Public Property CacheLifeTime As Integer
public int CacheLifeTime { get; set; }
public: __property int get_CacheLifeTime();
public: __property void set_CacheLifeTime(
int
);
public:
property int CacheLifeTime {
int get();
void set(int );
}
Property Value
Default value is 60 minutes (1 hour).
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5