com.bumptech.glide.load.engine.cache
Interface MemoryCache.ResourceRemovedListener

All Known Implementing Classes:
Engine
Enclosing interface:
MemoryCache

public static interface MemoryCache.ResourceRemovedListener

An interface that will be called whenever a bitmap is removed from the cache.


Method Summary
 void onResourceRemoved(Resource<?> removed)
           
 

Method Detail

onResourceRemoved

void onResourceRemoved(Resource<?> removed)