org.apache.jcs.auxiliary.disk.jisp.behavior
Interface IJISPCacheAttributes

All Superinterfaces:
java.lang.Cloneable, IAuxiliaryCacheAttributes, java.io.Serializable

public interface IJISPCacheAttributes
extends IAuxiliaryCacheAttributes

Description of the Interface


Method Summary
 boolean getClearOnStart()
          Gets the clearOnStart attribute of the IJISPCacheAttributes object
 java.lang.String getDiskPath()
          Gets the diskPath attribute of the IJISPCacheAttributes object
 void setClearOnStart(boolean clear)
          Sets the clearOnStart attribute of the IJISPCacheAttributes object
 void setDiskPath(java.lang.String path)
          Sets the diskPath attribute of the IJISPCacheAttributes object
 
Methods inherited from interface org.apache.jcs.auxiliary.behavior.IAuxiliaryCacheAttributes
copy, getCacheName, getName, setCacheName, setName
 

Method Detail

setDiskPath

public void setDiskPath(java.lang.String path)
Sets the diskPath attribute of the IJISPCacheAttributes object

Parameters:
path - The new diskPath value

getDiskPath

public java.lang.String getDiskPath()
Gets the diskPath attribute of the IJISPCacheAttributes object

Returns:
The diskPath value

setClearOnStart

public void setClearOnStart(boolean clear)
Sets the clearOnStart attribute of the IJISPCacheAttributes object

Parameters:
clear - The new clearOnStart value

getClearOnStart

public boolean getClearOnStart()
Gets the clearOnStart attribute of the IJISPCacheAttributes object

Returns:
The clearOnStart value


Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.