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 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

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.