Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
void |
ConnectedLibraryObjectCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
LooselyBoundedLibraryObjectCache.setCacheConfiguration(CacheConfiguration config)
Alters the configuration of this cache.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundedCacheConfiguration
A BoundedCacheConfiguration is a bucket of parameters
that govern the operation of an BoundedCache.
|
class |
UnboundedCacheConfiguration
A UnboundedCacheConfiguration is a bucket of parameters
that govern the operation of an UnboundedCache.
|
Modifier and Type | Field and Description |
---|---|
protected CacheConfiguration |
Cache.m_Configuration
The configuration parameters of this cache.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration |
Cache.getCacheConfiguration()
Gets the configuration parameters of this cache.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Cache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
LooselyBoundedCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
UnboundedCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
protected void |
LooselyBoundedCache.validateCacheConfiguration(CacheConfiguration configuration)
Validates cache configuration information.
|
Constructor and Description |
---|
Cache(CacheConfiguration configuration)
Constructs a cache.
|
Modifier and Type | Class and Description |
---|---|
class |
UncommittedLibraryObjectDataCacheConfiguration
A UncommittedLibraryObjectDataCacheConfiguration
is a bucket of parameters that govern the operation
of an UncommittedLibraryObjectDataCache.
|
class |
UncommittedResolvedAclCacheConfiguration
A UncommittedResolvedAclCacheConfiguration
is a bucket of parameters that govern the operation
of an UncommittedResolvedAclCache.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundedLibraryObjectCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
void |
LooselyBoundedSLibraryObjectCache.setCacheConfiguration(CacheConfiguration config)
Alters the configuration of this cache.
|
void |
UncommittedLibraryObjectDataCache.setCacheConfiguration(CacheConfiguration config)
Alters the configuration of this cache.
|
void |
UncommittedResolvedAclCache.setCacheConfiguration(CacheConfiguration configuration)
Alters the configuration of this cache.
|
Copyright © 2023. All rights reserved.