Class WebReportCache
Inheritance
System.Object
WebReportCache
Assembly: FastReport.Web.dll
Syntax
public class WebReportCache
Constructors
WebReportCache(HttpContext)
Declaration
public WebReportCache(HttpContext context)
Parameters
Type |
Name |
Description |
System.Web.HttpContext |
context |
|
Properties
Delay
Declaration
public int Delay { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Priority
Declaration
public CacheItemPriority Priority { get; set; }
Property Value
Type |
Description |
System.Web.Caching.CacheItemPriority |
|
WebFarmMode
Declaration
public bool WebFarmMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
CleanFileStorage()
Declaration
public int CleanFileStorage()
Returns
Type |
Description |
System.Int32 |
|
GetObject(String)
Declaration
public object GetObject(string Name)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
Returns
Type |
Description |
System.Object |
|
GetObject(String, Object)
Declaration
public object GetObject(string Name, object obj)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
System.Object |
obj |
|
Returns
Type |
Description |
System.Object |
|
PutObject(String, Object)
Declaration
public void PutObject(string Name, object Obj)
Parameters
Type |
Name |
Description |
System.String |
Name |
|
System.Object |
Obj |
|
Remove(String)
Declaration
public void Remove(string Name)
Parameters
Type |
Name |
Description |
System.String |
Name |
|