net.sf.pipet.api
Interface CacheInterface


public interface CacheInterface


Method Summary
 boolean haveCache(String module_spec, long input_key, net.sf.qxs.messenger.Messenger reporter)
           
 boolean readCache(String module_spec, long input_key, ModuleData data, net.sf.qxs.messenger.Messenger reporter)
           
 boolean writeCache(String module_spec, long input_key, Map<String,byte[]> bytes, net.sf.qxs.messenger.Messenger reporter)
           
 

Method Detail

haveCache

boolean haveCache(String module_spec,
                  long input_key,
                  net.sf.qxs.messenger.Messenger reporter)

readCache

boolean readCache(String module_spec,
                  long input_key,
                  ModuleData data,
                  net.sf.qxs.messenger.Messenger reporter)

writeCache

boolean writeCache(String module_spec,
                   long input_key,
                   Map<String,byte[]> bytes,
                   net.sf.qxs.messenger.Messenger reporter)


Copyright © 2012 VU University Amsterdam. All Rights Reserved.