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