Documentation:

Back
phpchartPlus Documentation
Tsiavos Chris <[email protected]>
Date: 18-Feb-2005
License: GPL
3.3 Choosing the Caching backend
Choosing the Caching backend involves the process of identifying the place where the chart images will be stored after generation. Usually you will select this option if you are in a semi-dynamic environment and want the benefits of improved response times that come through image caching.
 
The NullCache Backend
Choosing this backend means that caching is not desired. This means that no output is captured while being in the proccess of image generation.
More
 
The CacheToFile Strategy
Choosing this backend means that caching is enabled. Output is captured and redirected to a file.The validity period of the cached copy can also be specified (in minutes). This means that as long as the validity period is not expired the cached copy will be served. When the cached copy is no longer valid, output is again captured to obtain a fresh copy of the generated image.
More
 
The CacheToPEARDB Strategy
Choosing this backend means that caching is enabled. Output is captured and redirected to a database.The validity period of the cached copy can also be specified (in minutes). This means that as long as the validity period is not expired the cached copy will be served. When the cached copy is no longer valid, output is again captured to obtain a fresh copy of the generated image.
More

 
Hosted by www.Geocities.ws

1