Interface ICachedStream

All Known Implementing Classes:
CachedInputStream, CachedOutputStream

public interface ICachedStream
Author:
Pascal Essiembre
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets 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