LOTUSSCRIPT/COM/OLE CLASSES


CacheSize property
Example

Read-write. The size of the navigator cache in view entries.

Note This property is new with Release 5.0.2b.

Note This property is supported in COM only.

Defined in

NotesViewNavigator

Data type

Long

Syntax

To get: size& = notesViewNavigator.CacheSize

To set: notesViewNavigator.CacheSize = size&

Legal values

0minimum (no cache)
128maximum (default)
Note This property is not currently in use. You can get and set it, but it has no effect on the cache. It is unaffected by the cache size parameter in the CreateViewNav methods of NotesView, and the legal values are ignored.

Language cross-reference

CacheSize property in Java ViewNavigator class

Example
See Also