Package org.apache.cassandra.cache
Interface AutoSavingCache.IStreamFactory
-
- Enclosing class:
- AutoSavingCache<K extends CacheKey,V>
public static interface AutoSavingCache.IStreamFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStreamgetInputStream(File dataPath, File crcPath)java.io.OutputStreamgetOutputStream(File dataPath, File crcPath)
-