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


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method ComponentPool.CleanupInPool
method Session.ApplicationLogin
method Session.ExitInstance
method Session.Login

QadFinancials
method Session.SwitchCompany


program code (program1/cacher.p)

for each tCachedData where tCachedData.tlSessionData:
    delete tCachedData.
end.

assign viCacherSessionID   = 0
       viCachedSessionID   = 0
       vhCacherSessionInst = ?.