- isContentDiscarded
Returns a Boolean value indicating whether the content has been discarded.
内容が廃棄されてしまっているかどうかを指し示しているブール値を返します。
Availability 有効性
Technology
- (void)discardContentIfPossible;
This method should only discard the contents of the object if the value of the accessed counter is 0. Otherwise, it should do nothing. このメソッドは、アクセス状況カウンターが0である場合にだけオブジェクトの内容を廃棄するべきです。そうでなければ、それは何もしないべきです。
- isContentDiscarded