Interface IdenticonCache


  • public interface IdenticonCache
    • Method Detail

      • get

        byte[] get​(String key)
      • add

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

        void remove​(String key)
      • removeAll

        void removeAll()