Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 193 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 193 Bytes

HazelCast MapStore

Modifier and Type Method and Description
void delete(K key)
void deleteAll(Collection keys)
void store(K key, V value)
void storeAll(Map<K,V> map)