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

All Superinterfaces:
ICISObject, java.io.Serializable

public interface ISCSServiceCacheInfo
extends ICISObject


Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 int getGlobalCacheSize()
           
 int getUserCacheSize()
           
 int getUserCount()
           
 void setGlobalCacheSize(int globalSize)
          Set the global size
 void setUserCacheSize(int cacheSize)
          Set the total number of items in the cache
 void setUserCount(int count)
          Set the number of items in the request cache
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Method Detail

getGlobalCacheSize

int getGlobalCacheSize()
Returns:
the number of items in the global cache

setGlobalCacheSize

void setGlobalCacheSize(int globalSize)
Set the global size

Parameters:
globalSize - the global size

getUserCount

int getUserCount()
Returns:
the number of items in the user cache

setUserCount

void setUserCount(int count)
Set the number of items in the request cache

Parameters:
count - the number of items in the request cache

getUserCacheSize

int getUserCacheSize()
Returns:
the number of items, collectively, in all the user caches

setUserCacheSize

void setUserCacheSize(int cacheSize)
Set the total number of items in the cache

Parameters:
cacheSize - the cache size