HttpSession.getCachedView

Gets a view from the session cache.

class HttpSession
final
string
getCachedView
(
string viewName
)

Parameters

viewName string

The view to retrieve.

Return Value

Type: string

The result of the cached view if found, null otherwise.

Meta