Returns the actual size of the cache in bytes.
WebApi.bdh
WebCacheGetSize(): number;
Actual size of the cache.
dcltrans transaction TWeb begin WebPageUrl("http://lab3/stadyn_file500k.html"); writeln(WebCacheGetSize()); WebPageUrl("http://lab3/stadyn_file500k.html?x=1"); writeln(WebCacheGetSize()); WebPageUrl("http://lab3/stadyn_file50k.html"); writeln(WebCacheGetSize()); WebPageUrl("http://lab3/stadyn_file50k.html?x=1"); writeln(WebCacheGetSize()); WebPageUrl("http://lab3/stadyn_file5k.html"); writeln(WebCacheGetSize()); end TWeb;
512000 1024000 1075200 1126400 1131520