LOTUSSCRIPT/COM/OLE CLASSES


CacheSize property
Esempio

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

Nota This property is new with Release 5.0.2b.

Nota 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)
Nota 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

Esempio
Vedere anche