diskCapacity
The capacity of the on-disk cache, in bytes.
Declaration
var diskCapacity: Int { get set }Mentioned in
Discussion
When set, the on-disk cache will truncate its contents to the given size, if necessary.
The capacity of the on-disk cache, in bytes.
var diskCapacity: Int { get set }When set, the on-disk cache will truncate its contents to the given size, if necessary.