Instance Method インスタンスメソッド

removeCachedResponses(since:)

Clears the given cache of any cached responses since the provided date. 提供された日付以後のあらゆるキャッシュされた応答の、与えられたキャッシュを一掃します。

Declaration 宣言

func removeCachedResponses(since date: Date)

Parameters パラメータ

date

The earliest date of responses that should remain in the cache. Any responses with dates later than this parameter should be removed. キャッシュの中にそのままにすべき応答の最も早い日付。このパラメータよりも後の日付を持つあらゆる応答は、取り除かれるべきです。

See Also 参照

Removing Cached Objects キャッシュオブジェクトを取り除く