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 Directory Server performance.
The following Entry Caches are available in the server :
These Entry Caches inherit from the properties described below.
This page describes the Entry Cache:
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ cache-level | None |
↓ enabled | |
↓ java-class |
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 |
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 |
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 |
Each configuration property can be mapped to a specific LDAP attribute under the "cn=config" entry. The mappings that follow are provided for information only. In general, you should avoid changing the server configuration by manipulating the LDAP attributes directly.
Base DN | cn=Entry Caches,cn=config |
objectclass name | ds-cfg-entry-cache |
objectclass superior | top |
Property | LDAP attribute |
cache-level | ds-cfg-cache-level |
enabled | ds-cfg-enabled |
java-class | ds-cfg-java-class |