This command retrieves the mode of the cache. The cache mode has to be activated first using BeginReadCache or BeginCache
Name |
GetCacheMode |
||||||||||
Purpose |
This command retrieves the mode of the cache |
||||||||||
Params |
None |
||||||||||
Returncode |
|
||||||||||
Usage |
Find out if the cache is turned on or not |
||||||||||
Sample |
iRes := lic.BeginCache; << start reading values>> iRes := lic.GetCacheMode; << start reading values>> iRes := lic.EndCache;
|
||||||||||
See also |
EndCache, BeginReadCache, BeginCache, RefreshCache, RevertCache, WriteCache |