| Modifier and Type | Class and Description |
|---|---|
class |
LruCache
A memory cache which uses a least-recently used eviction policy.
|
| Modifier and Type | Field and Description |
|---|---|
static Cache |
Cache.NONE
A cache which does not store any values.
|
| Modifier and Type | Method and Description |
|---|---|
Picasso.Builder |
Picasso.Builder.memoryCache(Cache memoryCache)
Specify the memory cache used for the most recent images.
|
Copyright © 2013–2016 Square, Inc.. All rights reserved.