Class EntryCacheCfgDefn


  • public final class EntryCacheCfgDefn
    extends ManagedObjectDefinition<EntryCacheCfgClient,​EntryCacheCfg>
    An interface for querying the Entry Cache managed object definition meta information.

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

    • Method Detail

      • getInstance

        public static EntryCacheCfgDefn getInstance()
        Get the Entry Cache configuration definition singleton.
        Returns:
        Returns the Entry Cache configuration definition singleton.
      • getCacheLevelPropertyDefinition

        public IntegerPropertyDefinition getCacheLevelPropertyDefinition()
        Get the "cache-level" property definition.

        Specifies the cache level in the cache order if more than one instance of the cache is configured.

        Returns:
        Returns the "cache-level" property definition.
      • getEnabledPropertyDefinition

        public BooleanPropertyDefinition getEnabledPropertyDefinition()
        Get the "enabled" property definition.

        Indicates whether the Entry Cache is enabled.

        Returns:
        Returns the "enabled" property definition.
      • getJavaClassPropertyDefinition

        public ClassPropertyDefinition getJavaClassPropertyDefinition()
        Get the "java-class" property definition.

        Specifies the fully-qualified name of the Java class that provides the Entry Cache implementation.

        Returns:
        Returns the "java-class" property definition.