@InterfaceAudience.Public @InterfaceStability.Evolving public interface CanSetDropBehind
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | setDropBehind(Boolean dropCache)Configure whether the stream should drop the cache. | 
void setDropBehind(Boolean dropCache) throws IOException, UnsupportedOperationException
dropCache - Whether to drop the cache.  null means to use the
                      default value.IOException - If there was an error changing the dropBehind
                      setting.
         UnsupportedOperationException  If this stream doesn't support
                                        setting the drop-behind.UnsupportedOperationExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.