Oracle Content Management SDK

Uses of Class
oracle.ifs.common.CacheConfiguration

Packages that use CacheConfiguration
oracle.ifs.common   
oracle.ifs.server   
 

Uses of CacheConfiguration in oracle.ifs.common
 

Fields in oracle.ifs.common declared as CacheConfiguration
protected  CacheConfiguration Cache.m_Configuration
          The configuration parameters of this cache.
 

Methods in oracle.ifs.common that return CacheConfiguration
 CacheConfiguration Cache.getCacheConfiguration()
          Gets the configuration parameters of this cache.
 

Methods in oracle.ifs.common with parameters of type CacheConfiguration
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.
 

Constructors in oracle.ifs.common with parameters of type CacheConfiguration
Cache(CacheConfiguration configuration)
          Constructs a cache.
 

Uses of CacheConfiguration in oracle.ifs.server
 

Methods in oracle.ifs.server with parameters of type CacheConfiguration
 void UncommittedResolvedAclCache.setCacheConfiguration(CacheConfiguration configuration)
          Alters the configuration of this cache.
 void FolderPathCache.setCacheConfiguration(CacheConfiguration configuration)
          Alters the configuration of this cache.
 void UncommittedLibraryObjectDataCache.setCacheConfiguration(CacheConfiguration configuration)
          Alters the configuration of this cache.
 


Oracle Content Management SDK

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