JAVA/CORBA CLASSES


CacheSize property
Example

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

Note This property applies only to remote (IIOP) operations. For local operations, getCacheSize always returns zero and setCacheSize has no effect.

Defined in

ViewNavigator

Data type

int

Syntax

public int getCacheSize()
   throws NotesException

public void setCacheSize(int numEntries)
   throws NotesException

Legal values


Language cross-reference

CacheSize property in LotusScript NotesViewNavigator class

Example
See Also