Class CachedIndexOutput

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class CachedIndexOutput
    extends ReusedBufferedIndexOutput
    Cache the blocks as they are written. The cache file name is the name of the file until the file is closed, at which point the cache is updated to include the last modified date (which is unknown until that point).
    WARNING: This API is experimental and might change in incompatible ways in the next release.