public interface Store
abstract Object
get(String key)
abstract Unit
set(String key, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Object get(String key)
abstract Unit set(String key, Object value)