Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.server |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedLibraryObjectCache
A ConnectedLibraryObjectCache is a cache that is "connected" to
a oracle.ifs.server.cache.BoundedLibraryObjectCache for access to
cached LibraryObjects.
|
class |
LooselyBoundedLibraryObjectCache
A LooselyBoundedLibraryObjectCache is a LibraryObjectCache
that leverages LooselyBoundedCache to cache LibraryObjects according to a
least recently used algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
LibraryObjectCache
A LibraryObjectCache is a BoundedCache used to manage a cache of
LibraryObjects or S_LibraryObjects.
|
class |
LooselyBoundedCache
An LooselyBoundedCache is a cache that is bounded to hold
a limited number of items.
|
class |
TieLooselyBoundedCache
A TieLooselyBoundedCache is provided as a means to extend the behavior of
LooselyBoundedCache.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundedLibraryObjectCache
A BoundedLibraryObjectCache is a cache that holds both S_LibraryObjects and
LibraryObjects on behalf of a single iFS session.
|
class |
LooselyBoundedSLibraryObjectCache
A LooselyBoundedSLibraryObjectCache is a LibraryObjectCache
that leverages LooselyBoundedCache to cache S_LibraryObjects according to a
least recently used algorithm.
|
Modifier and Type | Method and Description |
---|---|
protected BoundedCache |
S_LibraryService.getAuditCertificateCache()
Gets the AuditCertificate cache.
|
protected BoundedCache |
S_LibrarySession.getAuditCertificateCache()
Gets the AuditCertificate cache.
|
protected BoundedCache |
S_LibraryService.getAuditInlineStringCache()
Gets the Audit cache for inline strings.
|
protected BoundedCache |
S_LibrarySession.getAuditInlineStringCache()
Gets the Audit cache for inline strings.
|
protected BoundedCache |
S_LibraryService.getAuditInlineStringReferenceCache()
Gets the Audit cache for references to inline strings.
|
protected BoundedCache |
S_LibrarySession.getAuditInlineStringReferenceCache()
Gets the Audit cache for references to inline strings.
|
protected BoundedCache |
S_LibraryService.getCommittedLibraryObjectDataCache()
Gets the committed S_LibraryObjectData cache.
|
protected BoundedCache |
S_LibraryService.getCommittedResolvedAclCache()
Gets the committed resolved ACL cache.
|
Copyright © 2023. All rights reserved.