init(memoryCapacity : Int, diskCapacity : Int, diskPath : String?)
Creates a URL cache object with the specified values.
URLキャッシュオブジェクトをこれら指定された値で作成します。
Availability 有効性
Technology
memoryCapacity
The memory capacity of the cache, in bytes. キャッシュのメモリ容量、バイト数で。
diskCapacity
The disk capacity of the cache, in bytes. キャッシュのディスク容量、バイト数で。
directory
The path to an on-disk directory, where the system stores the on-disk cache. If directory
is nil
, the cache uses a default directory.
ディスク上のディレクトリへのパス、そこでシステムはディスク上キャッシュを格納します。directory
がnil
ならば、キャッシュは省略時のディレクトリを使います。
A disk cache measured in the tens of megabytes is acceptable in most cases. 10メガバイトで計られるディスクキャッシュは、ほとんどの場合に受け入れられるものです。
init(memoryCapacity : Int, diskCapacity : Int, diskPath : String?)