public static interface

CountingMemoryCache.EntryStateObserver

com.facebook.imagepipeline.cache.CountingMemoryCache.EntryStateObserver<K>

Class Overview

Interface used to observe the state changes of an entry.

Summary

Public Methods
abstract void onExclusivityChanged(K key, boolean isExclusive)
Called when the exclusivity status of the entry changes.

Public Methods

public abstract void onExclusivityChanged (K key, boolean isExclusive)

Called when the exclusivity status of the entry changes.

The item can be reused if it is exclusively owned by the cache.