Interface ICachedLoaderListener

    • Method Detail

      • loadingFinished

        void loadingFinished​(CacheEntry data,
                             CacheEntryAttributes attributes,
                             ICachedLoaderListener.LoadResult result)
        Will be called when K object processed. The result might be: LoadResult.SUCCESS when object was fetched LoadResult.FAILURE when there was a failure during download LoadResult.REJECTED when job was rejected because of full queue
        Parameters:
        data - cache entry contents
        attributes - cache entry attributes
        result - load result (success, failure, canceled)