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 Detail

      • onResourceRemoved

        void onResourceRemoved​(@NonNull
                               Resource<?> removed)