Class CacheOptions
Inherited Members
Namespace: FastReport.Web.Cache
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class CacheOptions : WebReportCacheOptions
Properties
UseLegacyWebReportCache
Use legacy WebReport cache instead of Microsoft.Extensions.Caching.Memory.MemoryCache. Default value: true
Declaration
public bool UseLegacyWebReportCache { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |