Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

CacheManager.streamResults

Controls streaming of status codes.

Syntax

Parameters

b
Set to true if you want CacheManager to stream results. Set to false if you want CacheManager to suppress streaming messages.

Description

The streamResults method tells CacheManager whether or not to stream results to the browser after each page is either flushed or refreshed. Streaming prevents HTTP timeout errors.

CacheManager's default behavior is to not stream status codes to the browser. In other words, the default behavior is the same as calling streamResults(false).

You may toggle between streamResults(true) and streamResults(false) between invoking other CacheManager methods.

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.