Configuration Reference Home
OpenDJ Server - Entry Cache

Entry Cache

Note: this is an abstract component, that cannot be instantiated.

Entry Caches are responsible for caching entries which are likely to be accessed by client applications in order to improve OpenDJ directory server performance.

Direct Subcomponents

The following Entry Caches are available in the server :

These Entry Caches inherit from the properties described below.

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ cache-level  None
↓ enabled
↓ java-class

Basic Properties

cache-level

Description
Specifies the cache level in the cache order if more than one instance of the cache is configured.
Default Value
None
Allowed Values
An integer value. Lower value is 1.
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

enabled

Description
Indicates whether the Entry Cache is enabled.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Entry Cache implementation.
Default Value
None
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.EntryCache
Multi-valued
No
Required
Yes
Admin Action Required
The Entry Cache must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
No
Read-only
No