CacheSize (NotesViewNavigator - LotusScript®)

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

0

minimum (no cache)

128

maximum (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.

Example