- preservationPriorityForTag:
Returns the current preservation priority for the specified tag.
指定されたタグに対する現在の維持優先順位を返します。
Availability 有効性
Technology
priority
A number specifying the relative priority of preserving the resources in the group specified by tag
.
tag
によって指定されるグループの中のリソースを維持する相対優先度を指定しているある数。
Possible values are between 0
and 1
. The default is 0
. The system will attempt to purge resources with lower priorities first.
可能な値は、0
と1
の間です。省略時は、0
です。システムは、より低い優先度を持つリソースを最初に除去しようとします。
tags
A set of tag names specifying resources stored in the bundle. Must not be nil
. An exception is thrown if any of the tags in the set do not exist in your app.
バンドルの中に格納されるリソースを指定しているタグ名の一揃い。nil
であってはいけません。その一揃いの中のtagのどれもあなたのアプリの中に存在しないならば、例外がスローされます。
- preservationPriorityForTag: