org.apache.jcs.engine
Class ZombieCacheService

java.lang.Object
  extended byorg.apache.jcs.engine.ZombieCacheService
All Implemented Interfaces:
ICacheService, IZombie
Direct Known Subclasses:
ZombieLateralCacheService, ZombieRemoteCacheService

public class ZombieCacheService
extends java.lang.Object
implements ICacheService, IZombie

Description of the Class


Constructor Summary
ZombieCacheService()
           
 
Method Summary
 void dispose(java.lang.String cacheName)
          Description of the Method
 ICacheElement get(java.lang.String cacheName, java.io.Serializable key)
          Description of the Method
 java.io.Serializable get(java.lang.String cacheName, java.io.Serializable key, boolean container)
          Description of the Method
 void put(ICacheElement item)
          Description of the Method
 void release()
          Description of the Method
 void remove(java.lang.String cacheName, java.io.Serializable key)
          Description of the Method
 void removeAll(java.lang.String cacheName)
          Description of the Method
 void update(ICacheElement item)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZombieCacheService

public ZombieCacheService()
Method Detail

put

public void put(ICacheElement item)
Description of the Method


update

public void update(ICacheElement item)
Description of the Method

Specified by:
update in interface ICacheService

get

public ICacheElement get(java.lang.String cacheName,
                         java.io.Serializable key)
Description of the Method

Specified by:
get in interface ICacheService

get

public java.io.Serializable get(java.lang.String cacheName,
                                java.io.Serializable key,
                                boolean container)
Description of the Method


remove

public void remove(java.lang.String cacheName,
                   java.io.Serializable key)
Description of the Method

Specified by:
remove in interface ICacheService

removeAll

public void removeAll(java.lang.String cacheName)
Description of the Method

Specified by:
removeAll in interface ICacheService

dispose

public void dispose(java.lang.String cacheName)
Description of the Method

Specified by:
dispose in interface ICacheService

release

public void release()
Description of the Method

Specified by:
release in interface ICacheService


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