Package | Description |
---|---|
oracle.ifs.beans | |
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 | Field and Description |
---|---|
protected LibraryObjectCache |
LibrarySession.m_LibraryObjectCache
LibraryObject cache
|
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 |
---|---|
LibraryObjectCache |
S_LibrarySession.getLibraryObjectCache()
Return a reference to the LibaryObject cache.
|
Copyright © 2023. All rights reserved.