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