Gets a document object from cache.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Object GetDocumentFromCache(
	string key
)
Visual Basic (Declaration)
Function GetDocumentFromCache ( _
	key As String _
) As Object
Visual C++
Object^ GetDocumentFromCache(
	String^ key
)

Parameters

key
Type: System..::.String
Document identifier.

Return Value

The cached object.

See Also