krati.util
Interface DataCacheLoader

All Known Implementing Classes:
DataCacheLoaderImpl

public interface DataCacheLoader

DataCacheLoader

Author:
jwu

Method Summary
 void dump(DataCache cache, File dumpFile)
           
 void load(DataCache cache, File dataFile)
           
 

Method Detail

load

void load(DataCache cache,
          File dataFile)
          throws IOException
Throws:
IOException

dump

void dump(DataCache cache,
          File dumpFile)
          throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.