Package 

Interface FileCacheFactory


  • 
    public interface FileCacheFactory
    
                        

    Represents a factory for the FileCache to use in the ImagePipeline. Used by ImagePipelineConfig/Factory

    • Method Summary

      Modifier and Type Method Description
      abstract FileCache get(DiskCacheConfig diskCacheConfig)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

         abstract FileCache get(DiskCacheConfig diskCacheConfig)