public class InMemoryDataStore extends Object implements DataStore
InMemoryDataStore()
void
clear()
String
get(String key)
put(String key, String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InMemoryDataStore()
public void put(String key, String value)
put
DataStore
public String get(String key)
get
public void clear()
Copyright © 2013. All Rights Reserved.