memoryCapacity
The capacity of the in-memory cache, in bytes.
Declaration
var memoryCapacity: Int { get set }Mentioned in
Discussion
At the time this property is set, the in-memory cache will truncate its contents to the size given, if necessary.
The capacity of the in-memory cache, in bytes.
var memoryCapacity: Int { get set }At the time this property is set, the in-memory cache will truncate its contents to the size given, if necessary.