We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce432c1 commit 7a0b36fCopy full SHA for 7a0b36f
YYWebImage/Cache/YYMemoryCache.h
@@ -18,7 +18,7 @@
18
19
YYMemoryCache objects differ from NSCache in a few ways:
20
21
- * It use LRU (least-recently-used) to remove objects; NSCache's eviction method
+ * It uses LRU (least-recently-used) to remove objects; NSCache's eviction method
22
is non-deterministic.
23
* It can be controlled by cost, count and age; NSCache's limits are imprecise.
24
* It can be configured to automatically evict objects when receive memory
0 commit comments