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.
The following components have a direct AGGREGATION relation FROM Entry Caches :
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ cache-level | None |
↓ enabled | |
↓ entry-cache-workflow-element | |
↓ 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 name of the local backend workflow element from which entries are cached inside this entry cache instance. Specifies the name of the local backend workflow element from which entries are cached inside this entry cache instance. |
---|---|
Default Value | None |
Allowed Values | The DN of any Workflow Element. |
Multi-valued | No |
Required | No |
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 |