|
|
|
InitializeCache Method
Initializes the cache object.
Syntax
FlpGrf.InitializeCache (CacheSize As Integer)
The InitializeCache method has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
CacheSize |
A numeric expression specifying the cache initialization method, see below. |
Settings
The possible settings for CacheSize are:
|
Value |
Description |
|
-2 |
Disable cache for current graph only |
|
0 |
Disable cache |
|
positive number |
Enable the cache and set it to the given size |
Remarks
This method initializes the cache. In most cases you should not use as the cache is automatically initialized with optimal parameters. If for some reason you do not want to use the cache for the current graph, simply set the CacheSize to (-2), after the graph is generated the cache is automatically turned back on. If you wish to completely disable the cache it is recommended to remove is from the global.asa file.
See Also
![]() |
Last modified on: Friday, August 16, 2002