HttpSession.cacheView

Caches a view in the session.

class HttpSession
final
void
cacheView
(
string viewName
,
string result
)

Parameters

viewName string

The view to cache.

result string

The result of the view to cache.

Meta