wt.epm.upload
Interface Cache.CacheHandler

All Known Implementing Classes:
Cache.CacheHandlerAdapter
Enclosing interface:
Cache

public static interface Cache.CacheHandler


Method Summary
 void cacheObject(CacheObject cacheObject)
           
 void init(Cache cache)
           
 void release()
           
 void releaseObject(CacheObject cacheObject)
           
 

Method Detail

init

public void init(Cache cache)
          throws WTException
Throws:
WTException

release

public void release()
             throws WTException
Throws:
WTException

cacheObject

public void cacheObject(CacheObject cacheObject)
                 throws WTException
Throws:
WTException

releaseObject

public void releaseObject(CacheObject cacheObject)
                   throws WTException
Throws:
WTException