Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.common.administrative.cache.scs
Interface ISCSCacheConfig

All Superinterfaces:
ICISObject, java.io.Serializable

public interface ISCSCacheConfig
extends ICISObject

Holds configuration information for configuring a cache


Field Summary

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 int getCacheCapacity()
           
 void setCacheCapacity(int value)
          Set the cache capacity

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Method Detail

getCacheCapacity

int getCacheCapacity()
Returns:
the capacity of the cache (i.e. how many items can be held in the cache)

setCacheCapacity

void setCacheCapacity(int value)
Set the cache capacity
Parameters:
value - the number of objects to hold in the cache

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.