com.facebook.imagepipeline.cache.CountingMemoryCache.EntryStateObserver<K> |
Interface used to observe the state changes of an entry.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onExclusivityChanged(K key, boolean isExclusive)
Called when the exclusivity status of the entry changes.
|
Called when the exclusivity status of the entry changes.
The item can be reused if it is exclusively owned by the cache.