Interface IdenticonCache


public interface IdenticonCache
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(String key, byte[] imageData)
     
    byte[]
    get(String key)
     
    void
     
    void
     
  • Method Details

    • get

      byte[] get(String key)
    • add

      void add(String key, byte[] imageData)
    • remove

      void remove(String key)
    • removeAll

      void removeAll()