Oracle Content Management SDK

Uses of Class
oracle.ifs.common.BoundedCacheConfiguration

Packages that use BoundedCacheConfiguration
oracle.ifs.common   
oracle.ifs.management.domain   
oracle.ifs.server   
 

Uses of BoundedCacheConfiguration in oracle.ifs.common
 

Fields in oracle.ifs.common declared as BoundedCacheConfiguration
protected  BoundedCacheConfiguration ConnectOptions.m_RemoteDataCacheConfiguration
          The configuration of the session's remote data cache.
 

Methods in oracle.ifs.common that return BoundedCacheConfiguration
 BoundedCacheConfiguration ConnectOptions.getRemoteDataCacheConfiguration()
          Gets the configuration of the new session's remote data cache.
 

Methods in oracle.ifs.common with parameters of type BoundedCacheConfiguration
 void ConnectOptions.setRemoteDataCacheConfiguration(BoundedCacheConfiguration cacheConfiguration)
          Sets the configuration of the new session's remote data cache.
 

Constructors in oracle.ifs.common with parameters of type BoundedCacheConfiguration
BoundedCache(BoundedCacheConfiguration configuration)
          Constructs an bounded cache.
LooselyBoundedCache(BoundedCacheConfiguration configuration)
          Constructs an loosely bounded cache.
 

Uses of BoundedCacheConfiguration in oracle.ifs.management.domain
 

Methods in oracle.ifs.management.domain that return BoundedCacheConfiguration
 BoundedCacheConfiguration ServiceManagerInterface.getCommittedLibraryObjectDataCacheConfiguration()
          Gets the configuration parameters of the committed S_LibraryObjectData cache.
 

Methods in oracle.ifs.management.domain with parameters of type BoundedCacheConfiguration
 void ServiceManagerInterface.setCommittedLibraryObjectDataCacheConfiguration(BoundedCacheConfiguration configuration)
          Alters the configuration of the committed S_LibraryObjectData cache.
 

Uses of BoundedCacheConfiguration in oracle.ifs.server
 

Methods in oracle.ifs.server that return BoundedCacheConfiguration
 BoundedCacheConfiguration S_LibraryService.getCommittedLibraryObjectDataCacheConfiguration()
          Gets the configuration parameters of the committed S_LibraryObjectData cache.
 BoundedCacheConfiguration S_LibraryService.getCommittedResolvedAclCacheConfiguration()
          Gets the configuration parameters of the committed Resolved Acl cache.
 

Methods in oracle.ifs.server with parameters of type BoundedCacheConfiguration
 void S_LibraryService.setCommittedLibraryObjectDataCacheConfiguration(BoundedCacheConfiguration configuration)
          Alters the configuration of the committed S_LibraryObjectData cache.
 void S_LibraryService.setCommittedResolvedAclCacheConfiguration(BoundedCacheConfiguration configuration)
          Alters the configuration of the committed Resolved Acl cache.
 

Constructors in oracle.ifs.server with parameters of type BoundedCacheConfiguration
FolderPathCache(BoundedCacheConfiguration configuration)
          Constructs an loosely bounded cache.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.