Uses of Class
org.opends.server.api.EntryCache
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of EntryCache in org.opends.server.core
Modifier and TypeClassDescriptionstatic final class
This class defines the entry cache dispatcher which acts as an arbiter for every entry cache implementation configured and installed within the Directory Server or acts an an empty cache if no implementation specific entry cache is configured.Modifier and TypeMethodDescriptionEntryCache<?>
DirectoryServer.getEntryCache()
EntryCache<?>
EntryCacheConfigManager.getEntryCache()
Retrieves the entry cache dispatcher.EntryCache<?>
ServerContext.getEntryCache()
Retrieves the entry cache for the Directory Server.EntryCache<? extends EntryCacheCfg>
GroupManager.getStaticGroupCache()
Returns the cache for static groups.Modifier and TypeMethodDescriptionvoid
EntryCacheConfigManager.EntryCacheDispatcher.setOrderedEntryCaches
(List<EntryCache<?>> orderedEntryCaches) Sets the current cache order array. -
Uses of EntryCache in org.opends.server.extensions
Modifier and TypeClassDescriptionfinal class
This class defines a Directory Server entry cache that uses a FIFO to keep track of the entries.final class
This class defines a Directory Server entry cache that uses soft references to manage objects in a way that will allow them to be freed if the JVM is running low on memory.