CacheSize (ViewNavigator - Java)

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

  • 0 minimum (no cache)
  • 128 maximum (default)

Example