Package com.docuverse.identicon
Interface IdenticonCache
-
public interface IdenticonCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(String key, byte[] imageData)
byte[]
get(String key)
void
remove(String key)
void
removeAll()
-