diamond ~master (2020-03-31T19:16:28Z)
Home
Dub
Repo
HttpSession.cacheView
diamond
http
sessions
HttpSession
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
Source
See Implementation
diamond
http
sessions
HttpSession
functions
cacheView
clearValues
getCachedView
getValue
hasValue
removeValue
setValue
updateEndTime
properties
endTime
id
Caches a view in the session.