HttpResponseCache.Close 方法

定义

卸载缓存并释放任何活动资源。

[Android.Runtime.Register("close", "()V", "")]
public void Close ();
[<Android.Runtime.Register("close", "()V", "")>]
abstract member Close : unit -> unit
override this.Close : unit -> unit

实现

属性

例外

注解

卸载缓存并释放任何活动资源。 存储的内容将保留在文件系统上。

适用于 . 的 android.net.http.HttpResponseCache.close()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于