Use `NSTimeInterval` for age property, because it's more proper represent seconds
This commit is contained in:
parent
2d27300e00
commit
a8639f9fd0
|
@ -53,7 +53,7 @@
|
||||||
* The maximum length of time to keep an image in the cache, in seconds.
|
* The maximum length of time to keep an image in the cache, in seconds.
|
||||||
* Defaults to 1 weak.
|
* Defaults to 1 weak.
|
||||||
*/
|
*/
|
||||||
@property (assign, nonatomic) NSInteger maxCacheAge;
|
@property (assign, nonatomic) NSTimeInterval maxCacheAge;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The maximum size of the cache, in bytes.
|
* The maximum size of the cache, in bytes.
|
||||||
|
|
Loading…
Reference in New Issue