org.apache.jcs.auxiliary.behavior
Interface IAuxiliaryCacheFactory


public interface IAuxiliaryCacheFactory

Description of the Interface


Method Summary
 ICache createCache(IAuxiliaryCacheAttributes iaca)
          Description of the Method
 java.lang.String getName()
          Gets the name attribute of the IAuxiliaryCacheFactory object
 void setName(java.lang.String s)
          Sets the name attribute of the IAuxiliaryCacheFactory object
 

Method Detail

createCache

public ICache createCache(IAuxiliaryCacheAttributes iaca)
Description of the Method


setName

public void setName(java.lang.String s)
Sets the name attribute of the IAuxiliaryCacheFactory object

Parameters:
s - The new name value

getName

public java.lang.String getName()
Gets the name attribute of the IAuxiliaryCacheFactory object

Returns:
The name value


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