package com.orhanobut.wasp; interface ImageHandler { void load(ImageCreator waspImageCreator); void clearCache(); }