ostore.cache
Class CacheManager
java.lang.Object
  |
  +--ostore.cache.CacheManager
- All Implemented Interfaces: 
- EventHandlerIF, ProfilableIF
- public class CacheManager- extends Object- implements EventHandlerIF, ProfilableIF
- Version: 
- $Id: CacheManager.java,v 1.6 2004/05/13 20:13:30 hweather Exp $
- Author: 
- Hakim Weatherspoon
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CacheManager
public CacheManager()
handleEvent
public void handleEvent(QueueElementIF item)
                 throws EventHandlerException
- 
- Specified by: 
- handleEventin interface- EventHandlerIF
 
- 
- EventHandlerException
 
handleEvents
public void handleEvents(QueueElementIF[] items)
                  throws EventHandlerException
- 
- Specified by: 
- handleEventsin interface- EventHandlerIF
 
- 
- EventHandlerException
 
init
public void init(ConfigDataIF config)
          throws Exception
- 
- Specified by: 
- initin interface- EventHandlerIF
 
- 
- Exception
 
destroy
public void destroy()
             throws Exception
- 
- Specified by: 
- destroyin interface- EventHandlerIF
 
- 
- Exception
 
profileSize
public int profileSize()
- 
- Specified by: 
- profileSizein interface- ProfilableIF
 
-