Package com.norconex.commons.lang.io
Interface ICachedStream
-
- All Known Implementing Classes:
CachedInputStream,CachedOutputStream
public interface ICachedStream- Author:
- Pascal Essiembre
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetCacheDirectory()Gets the cache directory where temporary cache files are created.longgetMemCacheSize()
-
-
-
Method Detail
-
getMemCacheSize
long getMemCacheSize()
-
getCacheDirectory
Path getCacheDirectory()
Gets the cache directory where temporary cache files are created.- Returns:
- the cache directory
- Since:
- 1.14.0
-
-