Back to Fresco

CountingMemoryCache.EntryStateObserver

docs/javadoc/reference/com/facebook/imagepipeline/cache/CountingMemoryCache.EntryStateObserver.html

3.6.013.3 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Packages | Classes

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
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.

+Generated by Doclava. +