picasso2-okhttp3-downloader
picasso2-okhttp3-downloader copied to clipboard
OkHttp3Downloader maxSize
public OkHttp3Downloader(final File cacheDir, final long maxSize);
it says
maxSize The size limit for the cache.
well, the size in bytes, kilobytes?
also if it reaches this limit what happens at that point? does it remove all caches or only removes the oldest images from cache?
p.s. would it better if such constructors would give more description/information...
Bytes
What happens is an implementation detail of OkHttp, not this library.