Type Property 型プロパティ

shared

The shared URL cache instance. 共有URLキャッシュインスタンス。

Declaration 宣言

class var shared: URLCache { get set }

Discussion 議論

If your app doesn’t have special caching requirements or constraints, the default shared cache instance should be acceptable. Alternatively, you can create a custom URLCache object and set it as the shared cache instance. You should do so before making any calls to this method. あなたのアプリが特別なキャッシュ要件または制約を持たないならば、省略時の共有キャッシュインスタンスが受け入れ可能であるべきです。あるいは、あなたはあつらえのURLCacheオブジェクトを作成してそれを共有キャッシュインスタンスとして設定できます。あなたは、このメソッドへの何らかの呼び出しをする前にそうすべきです。

See Also 参照

Related Documentation 関連文書