Uses of Class
com.github.ignition.support.cache.ImageCache

Packages that use ImageCache
com.github.ignition.support.images.remote   
 

Uses of ImageCache in com.github.ignition.support.images.remote
 

Methods in com.github.ignition.support.images.remote that return ImageCache
 ImageCache RemoteImageLoader.getImageCache()
          Returns the image cache backing this image loader.
 

Methods in com.github.ignition.support.images.remote with parameters of type ImageCache
 void RemoteImageLoader.setImageCache(ImageCache imageCache)
           
 

Constructors in com.github.ignition.support.images.remote with parameters of type ImageCache
RemoteImageLoaderJob(String imageUrl, RemoteImageLoaderHandler handler, ImageCache imageCache, int numRetries, int defaultBufferSize)
           
 



Copyright © 2012. All Rights Reserved.