Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在缓存所有图像的应用程序中,是否更喜欢在全局范围内使用大LruCache作为单例,还是更喜欢LruCache在应用程序的不同位置使用几个较小的?
LruCache