Interface IWebReportCache
Represents the cache where all webReports will be stored
Assembly: FastReport.OpenSource.Web.dll
Syntax
public interface IWebReportCache : IDisposable
Methods
Add(WebReport)
Declaration
void Add(WebReport webReport)
Parameters
Find(String)
Declaration
WebReport Find(string id)
Parameters
| Type |
Name |
Description |
| System.String |
id |
|
Returns
Remove(WebReport)
Declaration
void Remove(WebReport webReport)
Parameters
Remove(String)
Declaration
void Remove(string webReportId)
Parameters
| Type |
Name |
Description |
| System.String |
webReportId |
|
Touch(String)
Declaration
Parameters
| Type |
Name |
Description |
| System.String |
id |
|
Returns
| Type |
Description |
| System.Boolean |
|