Interface Cache

  • All Superinterfaces:
    java.lang.AutoCloseable, java.nio.channels.ByteChannel, java.nio.channels.Channel, java.io.Closeable, java.nio.channels.ReadableByteChannel, java.nio.channels.SeekableByteChannel, java.nio.channels.WritableByteChannel
    All Known Implementing Classes:
    FileCache, MemoryCache

    interface Cache
    extends java.nio.channels.SeekableByteChannel
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void flushBefore​(long pos)  
      • Methods inherited from interface java.nio.channels.Channel

        close, isOpen
      • Methods inherited from interface java.nio.channels.SeekableByteChannel

        position, position, read, size, truncate, write
    • Method Detail

      • flushBefore

        void flushBefore​(long pos)