org.apache.jcs.auxiliary.disk.jisp
Class JISPCacheManager

java.lang.Object
  extended byorg.apache.jcs.auxiliary.disk.jisp.JISPCacheManager
All Implemented Interfaces:
AuxiliaryCacheManager, ICacheType, java.io.Serializable

public class JISPCacheManager
extends java.lang.Object
implements AuxiliaryCacheManager

Description of the Class

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.jcs.engine.behavior.ICacheType
CACHE_HUB, DISK_CACHE, LATERAL_CACHE, REMOTE_CACHE
 
Method Summary
 void freeCache(java.lang.String name)
          Description of the Method
 AuxiliaryCache getCache(JISPCacheAttributes cattr)
          Gets the cache attribute of the JISPCacheManager object
 AuxiliaryCache getCache(java.lang.String cacheName)
          Gets the cache attribute of the JISPCacheManager object
 int getCacheType()
          Gets the cacheType attribute of the JISPCacheManager object
 JISPCacheAttributes getDefaultCattr()
          Gets the defaultCattr attribute of the JISPCacheManager object
static JISPCacheManager getInstance(JISPCacheAttributes cattr)
          Gets the instance attribute of the JISPCacheManager class
 void release()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultCattr

public JISPCacheAttributes getDefaultCattr()
Gets the defaultCattr attribute of the JISPCacheManager object

Returns:
The defaultCattr value

getInstance

public static JISPCacheManager getInstance(JISPCacheAttributes cattr)
Gets the instance attribute of the JISPCacheManager class

Returns:
The instance value

getCache

public AuxiliaryCache getCache(java.lang.String cacheName)
Gets the cache attribute of the JISPCacheManager object

Specified by:
getCache in interface AuxiliaryCacheManager
Returns:
The cache value

getCache

public AuxiliaryCache getCache(JISPCacheAttributes cattr)
Gets the cache attribute of the JISPCacheManager object

Returns:
The cache value

freeCache

public void freeCache(java.lang.String name)
Description of the Method


getCacheType

public int getCacheType()
Gets the cacheType attribute of the JISPCacheManager object

Specified by:
getCacheType in interface ICacheType
Returns:
The cacheType value

release

public void release()
Description of the Method



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