Interface IdenticonCache


public interface IdenticonCache
  • Method Summary

    Modifier and Type Method Description
    void add​(String key, byte[] imageData)  
    byte[] get​(String key)  
    void remove​(String key)  
    void removeAll()