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

All Superinterfaces:
ICISObject, java.io.Serializable

public interface ISCSFileCacheInfo
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 getCount()
           
 java.lang.String getLocation()
           
 long getSize()
           
 void setCount(int count)
          Set the count of the cache items
 void setLocation(java.lang.String location)
          Set the file cache location
 void setSize(long size)
          Set the disk usage
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Method Detail

getLocation

java.lang.String getLocation()
Returns:
the location where items are cached

setLocation

void setLocation(java.lang.String location)
Set the file cache location

Parameters:
location - the location of the cache

getSize

long getSize()
Returns:
the amount of disk space being used

setSize

void setSize(long size)
Set the disk usage

Parameters:
size - the size on disk

getCount

int getCount()
Returns:
the number of items cached

setCount

void setCount(int count)
Set the count of the cache items

Parameters:
count - the number of items