Soft Reference Entry Cache

The Soft Reference Entry Cache is a directory server entry cache implementation that uses soft references to manage objects to allow them to be freed if the JVM is running low on memory.

Parent

The Soft Reference Entry Cache object inherits from Entry Cache.

Soft Reference Entry Cache Properties

You can use configuration expressions to set property values at startup time. For details, see Property Value Substitution.

Basic Properties

cache-level

SynopsisSpecifies the cache level in the cache order if more than one instance of the cache is configured.
Default Value

None

Allowed Values

An integer.

Lower limit: 1.

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

enabled

SynopsisIndicates whether the Entry Cache is enabled.
Default Value

None

Allowed Values

true

false

Multi-valued

No

Required

Yes

Admin Action Required

None

Advanced

No

Read-Only

No

exclude-filter

SynopsisThe set of filters that define the entries that should be excluded from the cache.
Default Value

None

Allowed Values

A string.

Multi-valued

Yes

Required

No

Admin Action Required

None

Advanced

No

Read-Only

No

include-filter

SynopsisThe set of filters that define the entries that should be included in the cache.
Default Value

None

Allowed Values

A string.

Multi-valued

Yes

Required

No

Admin Action Required

None

Advanced

No

Read-Only

No

Advanced Properties

Use the --advanced option to access advanced properties.

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Soft Reference Entry Cache implementation.
Default Value

org.opends.server.extensions.SoftReferenceEntryCache

Allowed Values

A Java class that extends or implements:

  • org.opends.server.api.EntryCache

Multi-valued

No

Required

Yes

Admin Action Required

The object must be disabled and re-enabled for changes to take effect.

Advanced

Yes

Read-Only

No

lock-timeout

SynopsisSpecifies the length of time in milliseconds to wait while attempting to acquire a read or write lock.
Default Value

3000ms

Allowed Values

Uses Duration Syntax .

Use "unlimited" or "-1" to indicate no limit.

Lower limit: 0 milliseconds.

Multi-valued

No

Required

No

Admin Action Required

None

Advanced

Yes

Read-Only

No

Read a different version of :