project BLF > class Cacher > method ClearCache
Description
Clear the session data in the cache.
This removes all information that is cached by the session component from the cache.
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
BLF
QadFinancials
program code (program1/cacher.p)
for each tCachedData where tCachedData.tlSessionData:
delete tCachedData.
end.
assign viCacherSessionID = 0
viCachedSessionID = 0
vhCacherSessionInst = ?.