ResourceBundle.Control.TtlDontCache Field

Definition

The time-to-live constant for not caching loaded resource bundle instances.

[Android.Runtime.Register("TTL_DONT_CACHE")]
public const long TtlDontCache = -1;
[<Android.Runtime.Register("TTL_DONT_CACHE")>]
val mutable TtlDontCache : int64

Field Value

Value = -1
Attributes

Remarks

The time-to-live constant for not caching loaded resource bundle instances.

Java documentation for java.util.ResourceBundle.Control.TTL_DONT_CACHE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to