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 ISCSFileCachePolicy

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSCachePolicy, java.io.Serializable

public interface ISCSFileCachePolicy
extends ISCSCachePolicy

Nested Class Summary

 

Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware

 

Field Summary

 

Fields inherited from interface com.stellent.cis.client.api.common.administrative.cache.scs.ISCSCachePolicy
CACHE_TYPE_GLOBAL, CACHE_TYPE_USER

 

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

 

Method Summary
 java.util.Collection getPrimaryKeys()
           
 java.util.Collection getSecondaryKeys()
           
 java.lang.String getSecurityService()
           
 void setPrimaryKeys(java.util.Collection primaryKeys)
           
 void setSecondaryKeys(java.util.Collection secondaryKeys)
           
 void setSecurityService(java.lang.String service)
          Set the service to be used to validate the security of the associated cached item

 

Methods inherited from interface com.stellent.cis.client.api.common.administrative.cache.scs.ISCSCachePolicy
getCacheTimeout, getCacheType, getServiceName, isCacheEnabled, isDefault, setCacheEnabled, setCacheTimeout, setCacheType, setDefault, setServiceName

 

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

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize

 

Method Detail

getPrimaryKeys

java.util.Collection getPrimaryKeys()
Returns:
the collection of key names used to construct the primary hash

setPrimaryKeys

void setPrimaryKeys(java.util.Collection primaryKeys)
Parameters:
primaryKeys - the primary key names
See Also:
getPrimaryKeys()

getSecondaryKeys

java.util.Collection getSecondaryKeys()
Returns:
the collection of key names used to construct the secondary hash

setSecondaryKeys

void setSecondaryKeys(java.util.Collection secondaryKeys)
Parameters:
secondaryKeys - the secondary key names
See Also:
getSecondaryKeys()

getSecurityService

java.lang.String getSecurityService()
Returns:
the name of the service that is called to validate the security of a stale cached file; if no service is specified, then files will expire the same time as their request cache counterparts

setSecurityService

void setSecurityService(java.lang.String service)
Set the service to be used to validate the security of the associated cached item
Parameters:
service - the service name

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.