Package 

Interface DiskStorageFactory


  • 
    public interface DiskStorageFactory
    
                        

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

    • Method Summary

      Modifier and Type Method Description
      abstract DiskStorage 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 DiskStorage get(DiskCacheConfig diskCacheConfig)