org.apache.jcs.auxiliary.disk.hsql.behavior
Interface IHSQLCacheAttributes

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

public interface IHSQLCacheAttributes
extends IAuxiliaryCacheAttributes

Title: Description:

Version:
1.0

Method Summary
 java.lang.String getDiskPath()
          Gets the diskPath attribute of the IHSQLCacheAttributes object
 void setDiskPath(java.lang.String path)
          Sets the diskPath attribute of the IHSQLCacheAttributes 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 IHSQLCacheAttributes object

Parameters:
path - The new diskPath value

getDiskPath

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

Returns:
The diskPath value


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